Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                dtProductosDataTable cln = ((dtProductosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsProductos";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsProductos.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtProductos        = new dtProductosDataTable();
     base.Tables.Add(this.tabledtProductos);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtProductos = ((dtProductosDataTable)(base.Tables["dtProductos"]));
     if ((initTable == true))
     {
         if ((this.tabledtProductos != null))
         {
             this.tabledtProductos.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal dtProductosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtProductos = ((dtProductosDataTable)(this.Table));
 }