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

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