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

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