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