public override System.Data.DataTable Clone()
            {
                StatesDataTable cln = ((StatesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "DataSet1";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStates             = new StatesDataTable();
     base.Tables.Add(this.tableStates);
 }
 internal void InitVars(bool initTable)
 {
     this.tableStates = ((StatesDataTable)(base.Tables["States"]));
     if ((initTable == true))
     {
         if ((this.tableStates != null))
         {
             this.tableStates.InitVars();
         }
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "CustomersDataSet";
     this.Prefix                  = "SearchQuickStart.WebUI";
     this.Namespace               = "http://tempuri.org/CustomersDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCustomers          = new CustomersDataTable();
     base.Tables.Add(this.tableCustomers);
     this.tableStates = new StatesDataTable();
     base.Tables.Add(this.tableStates);
 }
 internal StatesRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableStates = ((StatesDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "CustomersDataSet";
     this.Prefix = "SearchQuickStart.WebUI";
     this.Namespace = "http://tempuri.org/CustomersDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCustomers = new CustomersDataTable();
     base.Tables.Add(this.tableCustomers);
     this.tableStates = new StatesDataTable();
     base.Tables.Add(this.tableStates);
 }
 internal void InitVars(bool initTable) {
     this.tableCustomers = ((CustomersDataTable)(base.Tables["Customers"]));
     if ((initTable == true)) {
         if ((this.tableCustomers != null)) {
             this.tableCustomers.InitVars();
         }
     }
     this.tableStates = ((StatesDataTable)(base.Tables["States"]));
     if ((initTable == true)) {
         if ((this.tableStates != null)) {
             this.tableStates.InitVars();
         }
     }
 }
 internal StatesRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableStates = ((StatesDataTable)(this.Table));
 }