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

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