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

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