public override global::System.Data.DataTable Clone() { dtNhapKhoDataTable cln = ((dtNhapKhoDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "NhapKho"; this.Prefix = ""; this.Namespace = "http://tempuri.org/NhapKho.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabledtNhapKho = new dtNhapKhoDataTable(); base.Tables.Add(this.tabledtNhapKho); }
internal void InitVars(bool initTable) { this.tabledtNhapKho = ((dtNhapKhoDataTable)(base.Tables["dtNhapKho"])); if ((initTable == true)) { if ((this.tabledtNhapKho != null)) { this.tabledtNhapKho.InitVars(); } } }
internal dtNhapKhoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtNhapKho = ((dtNhapKhoDataTable)(this.Table)); }