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

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