예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                spCatFormaCompraDataTable cln = ((spCatFormaCompraDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "spCatFormaCompra";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablespCatFormaCompra   = new spCatFormaCompraDataTable();
     base.Tables.Add(this.tablespCatFormaCompra);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tablespCatFormaCompra = ((spCatFormaCompraDataTable)(base.Tables["spCatFormaCompra"]));
     if ((initTable == true))
     {
         if ((this.tablespCatFormaCompra != null))
         {
             this.tablespCatFormaCompra.InitVars();
         }
     }
 }
예제 #4
0
 internal spCatFormaCompraRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablespCatFormaCompra = ((spCatFormaCompraDataTable)(this.Table));
 }