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

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsTempranos";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsTempranos.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTempranos          = new TempranosDataTable();
     base.Tables.Add(this.tableTempranos);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableTempranos = ((TempranosDataTable)(base.Tables["Tempranos"]));
     if ((initTable == true))
     {
         if ((this.tableTempranos != null))
         {
             this.tableTempranos.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal TempranosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTempranos = ((TempranosDataTable)(this.Table));
 }