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

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