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

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