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

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