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