Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
IDbDataParameter Interface

Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to DataSet columns.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public Interface IDbDataParameter _
    Inherits IDataParameter
C#
public interface IDbDataParameter : IDataParameter
Visual C++
public interface class IDbDataParameter : IDataParameter
F#
type IDbDataParameter =  
    interface
        interface IDataParameter
    end

The IDbDataParameter type exposes the following members.

  NameDescription
Public propertySupported by the XNA FrameworkDbTypeGets or sets the DbType of the parameter. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkDirectionGets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkIsNullableGets a value indicating whether the parameter accepts null values. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkParameterNameGets or sets the name of the IDataParameter. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkPrecisionIndicates the precision of numeric parameters.
Public propertySupported by the XNA FrameworkScaleIndicates the scale of numeric parameters.
Public propertySupported by the XNA FrameworkSizeThe size of the parameter.
Public propertySupported by the XNA FrameworkSourceColumnGets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkSourceVersionGets or sets the DataRowVersion to use when loading Value. (Inherited from IDataParameter.)
Public propertySupported by the XNA FrameworkValueGets or sets the value of the parameter. (Inherited from IDataParameter.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
IDbDataParameter (Interfaz)

Utilizado por los diseñadores de datos .NET de Visual Basic para representar un parámetro en un objeto Command y, de forma opcional, su asignación a las columnas del DataSet.

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public Interface IDbDataParameter _
    Inherits IDataParameter
C#
public interface IDbDataParameter : IDataParameter
Visual C++
public interface class IDbDataParameter : IDataParameter
F#
type IDbDataParameter =  
    interface
        interface IDataParameter
    end

El tipo IDbDataParameter expone los siguientes miembros.

  NombreDescripción
Propiedad públicaCompatible con XNA FrameworkDbTypeObtiene o establece el DbType del parámetro. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkDirectionObtiene o establece un valor que indica si el parámetro es sólo de entrada, sólo de salida, bidireccional o un parámetro de un valor devuelto de procedimiento almacenado. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkIsNullableObtiene un valor que indica si el parámetro acepta valores nulos. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkParameterNameObtiene o establece el nombre de IDataParameter. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkPrecisionIndica la precisión de los parámetros numéricos.
Propiedad públicaCompatible con XNA FrameworkScaleIndica la escala de los parámetros numéricos.
Propiedad públicaCompatible con XNA FrameworkSizeTamaño del parámetro.
Propiedad públicaCompatible con XNA FrameworkSourceColumnObtiene o establece el nombre de la columna de origen que se asigna al DataSet y que se utiliza para cargar o devolver el Value. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkSourceVersionObtiene o establece el DataRowVersion que se va a utilizar al cargar Value. (Se hereda de IDataParameter).
Propiedad públicaCompatible con XNA FrameworkValueObtiene o establece el valor del parámetro. (Se hereda de IDataParameter).
Arriba

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker