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

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