Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                dtManagerDataTable cln = ((dtManagerDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsManager";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsManager.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtManager          = new dtManagerDataTable();
     base.Tables.Add(this.tabledtManager);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtManager = ((dtManagerDataTable)(base.Tables["dtManager"]));
     if ((initTable == true))
     {
         if ((this.tabledtManager != null))
         {
             this.tabledtManager.InitVars();
         }
     }
 }
Example #4
0
 internal dtManagerRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtManager = ((dtManagerDataTable)(this.Table));
 }