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

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