Ejemplo n.º 1
0
            public override System.Data.DataTable Clone()
            {
                CustomersDataTable cln = ((CustomersDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars(bool initTable)
 {
     tableCustomers = ((CustomersDataTable)(base.Tables["Customers"]));
     if ((initTable == true))
     {
         if ((tableCustomers != null))
         {
             tableCustomers.InitVars();
         }
     }
 }
 internal void InitVars(bool initTable)
 {
     tableCustomers = ((CustomersDataTable)(base.Tables["Customers"]));
     if ((initTable == true))
     {
         if ((tableCustomers != null))
         {
             tableCustomers.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 public override global::System.Data.DataTable Clone()
 {
     CustomersDataTable cln = ((CustomersDataTable)(base.Clone()));
     cln.InitVars();
     return cln;
 }