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