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

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName              = "dsSellerBySKU";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/dsSellerBySKU.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSWIFT_SELLER_BY_SKU = new SWIFT_SELLER_BY_SKUDataTable();
     base.Tables.Add(this.tableSWIFT_SELLER_BY_SKU);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableSWIFT_SELLER_BY_SKU = ((SWIFT_SELLER_BY_SKUDataTable)(base.Tables["SWIFT_SELLER_BY_SKU"]));
     if ((initTable == true))
     {
         if ((this.tableSWIFT_SELLER_BY_SKU != null))
         {
             this.tableSWIFT_SELLER_BY_SKU.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal SWIFT_SELLER_BY_SKURow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSWIFT_SELLER_BY_SKU = ((SWIFT_SELLER_BY_SKUDataTable)(this.Table));
 }