private void InitClass() { this.DataSetName = "FLWorkAheadReportTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/FLWorkAheadReportTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableWorkAhead = new WorkAheadDataTable(); base.Tables.Add(this.tableWorkAhead); }
internal WorkAheadRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableWorkAhead = ((WorkAheadDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableWorkAhead = ((WorkAheadDataTable)(base.Tables["WorkAhead"])); if ((initTable == true)) { if ((this.tableWorkAhead != null)) { this.tableWorkAhead.InitVars(); } } }