Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                spCatBancoDataTable cln = ((spCatBancoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "spCatBancoDS";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablespCatBanco         = new spCatBancoDataTable();
     base.Tables.Add(this.tablespCatBanco);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tablespCatBanco = ((spCatBancoDataTable)(base.Tables["spCatBanco"]));
     if ((initTable == true))
     {
         if ((this.tablespCatBanco != null))
         {
             this.tablespCatBanco.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal spCatBancoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablespCatBanco = ((spCatBancoDataTable)(this.Table));
 }