コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                NhapHangTheoKhoDataTable cln = ((NhapHangTheoKhoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsNhapHangTheoKhoHang";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsNhapHangTheoKhoHang.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableNhapHangTheoKho    = new NhapHangTheoKhoDataTable();
     base.Tables.Add(this.tableNhapHangTheoKho);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableNhapHangTheoKho = ((NhapHangTheoKhoDataTable)(base.Tables["NhapHangTheoKho"]));
     if ((initTable == true))
     {
         if ((this.tableNhapHangTheoKho != null))
         {
             this.tableNhapHangTheoKho.InitVars();
         }
     }
 }
コード例 #4
0
 internal NhapHangTheoKhoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableNhapHangTheoKho = ((NhapHangTheoKhoDataTable)(this.Table));
 }