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