Exemplo n.º 1
0
            public override DataTable Clone()
            {
                tsh_ProductosPedidosPendientesDataTable cln = ((tsh_ProductosPedidosPendientesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tabletsh_ProductosPedidosPendientes = ((tsh_ProductosPedidosPendientesDataTable)(this.Tables["tsh_ProductosPedidosPendientes"]));
     if ((this.tabletsh_ProductosPedidosPendientes != null))
     {
         this.tabletsh_ProductosPedidosPendientes.InitVars();
     }
 }
Exemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName        = "tsh_ProductosPedidosPendientesDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tsh_ProductosPedidosPendientes.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletsh_ProductosPedidosPendientes = new tsh_ProductosPedidosPendientesDataTable();
     this.Tables.Add(this.tabletsh_ProductosPedidosPendientes);
 }
Exemplo n.º 4
0
 internal tsh_ProductosPedidosPendientesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsh_ProductosPedidosPendientes = ((tsh_ProductosPedidosPendientesDataTable)(this.Table));
 }