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

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