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

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