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