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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "spCatPremioDS";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablespCatPremio        = new spCatPremioDataTable();
     base.Tables.Add(this.tablespCatPremio);
 }
 internal void InitVars(bool initTable)
 {
     this.tablespCatPremio = ((spCatPremioDataTable)(base.Tables["spCatPremio"]));
     if ((initTable == true))
     {
         if ((this.tablespCatPremio != null))
         {
             this.tablespCatPremio.InitVars();
         }
     }
 }
 internal spCatPremioRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablespCatPremio = ((spCatPremioDataTable)(this.Table));
 }