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