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

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