Пример #1
0
 internal dtUserAuditRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     try
     {
         this.tabledtUserAudit = ((dtUserAuditDataTable)(this.Table));
     }
     catch (Exception ex)
     {
         VMuktiHelper.ExceptionHandler(ex, "dtUserAuditRow()", "dsUserAudit.Designer.cs");
     }
 }
Пример #2
0
 public override global::System.Data.DataTable Clone()
 {
     try
     {
         dtUserAuditDataTable cln = ((dtUserAuditDataTable)(base.Clone()));
         cln.InitVars();
         return(cln);
     }
     catch (Exception ex)
     {
         VMuktiHelper.ExceptionHandler(ex, "Clone()", "dsUserAudit.Designer.cs");
         return(null);
     }
 }
Пример #3
0
 private void InitClass()
 {
     try
     {
         this.DataSetName             = "dsUserAudit";
         this.Prefix                  = "";
         this.Namespace               = "http://tempuri.org/dsUserAudit.xsd";
         this.EnforceConstraints      = true;
         this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
         this.tabledtUserAudit        = new dtUserAuditDataTable();
         base.Tables.Add(this.tabledtUserAudit);
     }
     catch (Exception ex)
     {
         VMuktiHelper.ExceptionHandler(ex, "InitClass()", "dsUserAudit.Designer.cs");
     }
 }
Пример #4
0
 internal void InitVars(bool initTable)
 {
     try
     {
         this.tabledtUserAudit = ((dtUserAuditDataTable)(base.Tables["dtUserAudit"]));
         if ((initTable == true))
         {
             if ((this.tabledtUserAudit != null))
             {
                 this.tabledtUserAudit.InitVars();
             }
         }
     }
     catch (Exception ex)
     {
         VMuktiHelper.ExceptionHandler(ex, "InitVars()", "dsUserAudit.Designer.cs");
     }
 }