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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName                       = "Ds_MayorCompraClientes";
     this.Prefix                            = "";
     this.Namespace                         = "http://tempuri.org/Ds_MayorCompraClientes.xsd";
     this.EnforceConstraints                = true;
     this.SchemaSerializationMode           = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReport_Mayor_Compra_Clientes = new Report_Mayor_Compra_ClientesDataTable();
     base.Tables.Add(this.tableReport_Mayor_Compra_Clientes);
 }
 internal void InitVars(bool initTable)
 {
     this.tableReport_Mayor_Compra_Clientes = ((Report_Mayor_Compra_ClientesDataTable)(base.Tables["Report Mayor Compra Clientes"]));
     if ((initTable == true))
     {
         if ((this.tableReport_Mayor_Compra_Clientes != null))
         {
             this.tableReport_Mayor_Compra_Clientes.InitVars();
         }
     }
 }
 internal Report_Mayor_Compra_ClientesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReport_Mayor_Compra_Clientes = ((Report_Mayor_Compra_ClientesDataTable)(this.Table));
 }