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