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