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