private void InitClass() { this.DataSetName = "seriesCatalogDataSet"; this.Prefix = "WaterOneFlow.odws.v1_1"; this.Namespace = "http://tempuri.org/seriesCatalogDataSet.xsd"; this.EnforceConstraints = false; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableSeriesCatalog = new SeriesCatalogDataTable(); base.Tables.Add(this.tableSeriesCatalog); }
internal SeriesCatalogRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSeriesCatalog = ((SeriesCatalogDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableSeriesCatalog = ((SeriesCatalogDataTable)(base.Tables["SeriesCatalog"])); if ((initTable == true)) { if ((this.tableSeriesCatalog != null)) { this.tableSeriesCatalog.InitVars(); } } }