Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                CustomerTableDataTable cln = ((CustomerTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "CustomerDS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CustomerDS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCustomerTable      = new CustomerTableDataTable();
     base.Tables.Add(this.tableCustomerTable);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableCustomerTable = ((CustomerTableDataTable)(base.Tables["CustomerTable"]));
     if ((initTable == true))
     {
         if ((this.tableCustomerTable != null))
         {
             this.tableCustomerTable.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal CustomerTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCustomerTable = ((CustomerTableDataTable)(this.Table));
 }