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

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