示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                dtStockTransferDataTable cln = ((dtStockTransferDataTable)(base.Clone()));

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