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