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