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