Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                AgregadoDataTable cln = ((AgregadoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsAgregado";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsAgregado.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAgregado           = new AgregadoDataTable();
     base.Tables.Add(this.tableAgregado);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableAgregado = ((AgregadoDataTable)(base.Tables["Agregado"]));
     if ((initTable == true))
     {
         if ((this.tableAgregado != null))
         {
             this.tableAgregado.InitVars();
         }
     }
 }
Пример #4
0
 internal AgregadoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAgregado = ((AgregadoDataTable)(this.Table));
 }