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

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "BSFXdata";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/BSFXdata.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOffers             = new OffersDataTable();
     base.Tables.Add(this.tableOffers);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableOffers = ((OffersDataTable)(base.Tables["Offers"]));
     if ((initTable == true))
     {
         if ((this.tableOffers != null))
         {
             this.tableOffers.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal OffersRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableOffers = ((OffersDataTable)(this.Table));
 }