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