public override global::System.Data.DataTable Clone()
            {
                CustomerServiceSPKNOTADataTable cln = ((CustomerServiceSPKNOTADataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName                 = "SPKNOTACustomerService";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/SPKNOTACustomerService.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCustomerServiceSPKNOTA = new CustomerServiceSPKNOTADataTable();
     base.Tables.Add(this.tableCustomerServiceSPKNOTA);
 }
 internal void InitVars(bool initTable)
 {
     this.tableCustomerServiceSPKNOTA = ((CustomerServiceSPKNOTADataTable)(base.Tables["CustomerServiceSPKNOTA"]));
     if ((initTable == true))
     {
         if ((this.tableCustomerServiceSPKNOTA != null))
         {
             this.tableCustomerServiceSPKNOTA.InitVars();
         }
     }
 }
 internal CustomerServiceSPKNOTARow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCustomerServiceSPKNOTA = ((CustomerServiceSPKNOTADataTable)(this.Table));
 }