예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                dtEmpAllowanceDataTable cln = ((dtEmpAllowanceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "Employee_Allowance";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Employee_Allowance.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtEmpAllowance     = new dtEmpAllowanceDataTable();
     base.Tables.Add(this.tabledtEmpAllowance);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtEmpAllowance = ((dtEmpAllowanceDataTable)(base.Tables["dtEmpAllowance"]));
     if ((initTable == true))
     {
         if ((this.tabledtEmpAllowance != null))
         {
             this.tabledtEmpAllowance.InitVars();
         }
     }
 }
예제 #4
0
 internal dtEmpAllowanceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtEmpAllowance = ((dtEmpAllowanceDataTable)(this.Table));
 }