Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                dt_detalle_productoDataTable cln = ((dt_detalle_productoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName              = "ds_detalle_productos";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/ds_detalle_productos.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledt_detalle_producto = new dt_detalle_productoDataTable();
     base.Tables.Add(this.tabledt_detalle_producto);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledt_detalle_producto = ((dt_detalle_productoDataTable)(base.Tables["dt_detalle_producto"]));
     if ((initTable == true))
     {
         if ((this.tabledt_detalle_producto != null))
         {
             this.tabledt_detalle_producto.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal dt_detalle_productoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledt_detalle_producto = ((dt_detalle_productoDataTable)(this.Table));
 }