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

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