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