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