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

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