private void InitClass() {
     this.DataSetName = "spCatProductoDS";
     this.Prefix = "";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablespCatProducto = new spCatProductoDataTable();
     base.Tables.Add(this.tablespCatProducto);
 }
 internal void InitVars(bool initTable) {
     this.tablespCatProducto = ((spCatProductoDataTable)(base.Tables["spCatProducto"]));
     if ((initTable == true)) {
         if ((this.tablespCatProducto != null)) {
             this.tablespCatProducto.InitVars();
         }
     }
 }
 internal spCatProductoRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablespCatProducto = ((spCatProductoDataTable)(this.Table));
 }
 public override global::System.Data.DataTable Clone() {
     spCatProductoDataTable cln = ((spCatProductoDataTable)(base.Clone()));
     cln.InitVars();
     return cln;
 }