Esempio n. 1
0
            public override DataTable Clone()
            {
                CountrysDataTable cln = ((CountrysDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
            public override global::System.Data.DataTable Clone()
            {
                CountrysDataTable cln = ((CountrysDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 3
0
 internal void InitVars()
 {
     this.tableCountrys = ((CountrysDataTable)(this.Tables["Countrys"]));
     if ((this.tableCountrys != null))
     {
         this.tableCountrys.InitVars();
     }
 }
Esempio n. 4
0
 private void InitClass()
 {
     this.DataSetName             = "CountryDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CountryDataset.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCountrys           = new CountrysDataTable();
     base.Tables.Add(this.tableCountrys);
 }
Esempio n. 5
0
 internal void InitVars(bool initTable)
 {
     this.tableCountrys = ((CountrysDataTable)(base.Tables["Countrys"]));
     if ((initTable == true))
     {
         if ((this.tableCountrys != null))
         {
             this.tableCountrys.InitVars();
         }
     }
 }
Esempio n. 6
0
 private void InitClass()
 {
     this.DataSetName        = "CountryDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/CountryDataset.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableCountrys      = new CountrysDataTable();
     this.Tables.Add(this.tableCountrys);
 }
 internal CountrysRow(DataRowBuilder rb) : 
         base(rb) {
     this.tableCountrys = ((CountrysDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "CountryDataset";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/CountryDataset.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableCountrys = new CountrysDataTable();
     this.Tables.Add(this.tableCountrys);
 }
 internal void InitVars() {
     this.tableCountrys = ((CountrysDataTable)(this.Tables["Countrys"]));
     if ((this.tableCountrys != null)) {
         this.tableCountrys.InitVars();
     }
 }
 internal CountrysRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableCountrys = ((CountrysDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "CountryDataset";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/CountryDataset.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCountrys = new CountrysDataTable();
     base.Tables.Add(this.tableCountrys);
 }
 internal void InitVars(bool initTable) {
     this.tableCountrys = ((CountrysDataTable)(base.Tables["Countrys"]));
     if ((initTable == true)) {
         if ((this.tableCountrys != null)) {
             this.tableCountrys.InitVars();
         }
     }
 }
Esempio n. 13
0
 internal CountrysRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCountrys = ((CountrysDataTable)(this.Table));
 }
Esempio n. 14
0
 internal CountrysRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableCountrys = ((CountrysDataTable)(this.Table));
 }