public override global::System.Data.DataTable Clone()
            {
                DatosDeVentaDataTable cln = ((DatosDeVentaDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dtVentas";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dtVentas.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDatosDeVenta       = new DatosDeVentaDataTable();
     base.Tables.Add(this.tableDatosDeVenta);
 }
 internal void InitVars(bool initTable)
 {
     this.tableDatosDeVenta = ((DatosDeVentaDataTable)(base.Tables["DatosDeVenta"]));
     if ((initTable == true))
     {
         if ((this.tableDatosDeVenta != null))
         {
             this.tableDatosDeVenta.InitVars();
         }
     }
 }
 internal DatosDeVentaRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDatosDeVenta = ((DatosDeVentaDataTable)(this.Table));
 }