Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                tdbv_cityDataTable cln = ((tdbv_cityDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "CityV";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CityV.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletdbv_city          = new tdbv_cityDataTable();
     base.Tables.Add(this.tabletdbv_city);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletdbv_city = ((tdbv_cityDataTable)(base.Tables["tdbv_city"]));
     if ((initTable == true))
     {
         if ((this.tabletdbv_city != null))
         {
             this.tabletdbv_city.InitVars();
         }
     }
 }
Exemple #4
0
 internal tdbv_cityRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletdbv_city = ((tdbv_cityDataTable)(this.Table));
 }