Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                dtAllowanceByAllowanceDataTable cln = ((dtAllowanceByAllowanceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName                 = "Allowance_ByAllowance_DataSet";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/Allowance_ByAllowance_DataSet.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtAllowanceByAllowance = new dtAllowanceByAllowanceDataTable();
     base.Tables.Add(this.tabledtAllowanceByAllowance);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtAllowanceByAllowance = ((dtAllowanceByAllowanceDataTable)(base.Tables["dtAllowanceByAllowance"]));
     if ((initTable == true))
     {
         if ((this.tabledtAllowanceByAllowance != null))
         {
             this.tabledtAllowanceByAllowance.InitVars();
         }
     }
 }
Example #4
0
 internal dtAllowanceByAllowanceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtAllowanceByAllowance = ((dtAllowanceByAllowanceDataTable)(this.Table));
 }