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