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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "employees";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableemployee           = new employeeDataTable();
     base.Tables.Add(this.tableemployee);
 }
Esempio n. 3
0
 private void InitClass()
 {
     this.DataSetName             = "dsLogon";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsLogon.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableemployee           = new employeeDataTable();
     base.Tables.Add(this.tableemployee);
 }
 internal void InitVars(bool initTable)
 {
     this.tableemployee = ((employeeDataTable)(base.Tables["employee"]));
     if ((initTable == true))
     {
         if ((this.tableemployee != null))
         {
             this.tableemployee.InitVars();
         }
     }
 }
 internal employeeRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableemployee = ((employeeDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "EmployeeDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/EmployeeDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableemployee = new employeeDataTable();
     base.Tables.Add(this.tableemployee);
 }
 internal void InitVars(bool initTable) {
     this.tableemployee = ((employeeDataTable)(base.Tables["employee"]));
     if ((initTable == true)) {
         if ((this.tableemployee != null)) {
             this.tableemployee.InitVars();
         }
     }
 }
 internal employeeRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableemployee = ((employeeDataTable)(this.Table));
 }