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
IExtendedDataRecord Interface

Provides access to the column values within each row of a DbDataRecord for a DbDataReader.

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

The IExtendedDataRecord type exposes the following members.

  NameDescription
Public propertyDataRecordInfoGets DataRecordInfo for this IExtendedDataRecord.
Public propertyFieldCountGets the number of columns in the current row. (Inherited from IDataRecord.)
Public propertyItem[([(Int32])])Gets the column located at the specified index. (Inherited from IDataRecord.)
Public propertyItem[([(String])])Gets the column with the specified name. (Inherited from IDataRecord.)
Top
  NameDescription
Public methodGetBooleanGets the value of the specified column as a Boolean. (Inherited from IDataRecord.)
Public methodGetByteGets the 8-bit unsigned integer value of the specified column. (Inherited from IDataRecord.)
Public methodGetBytesReads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (Inherited from IDataRecord.)
Public methodGetCharGets the character value of the specified column. (Inherited from IDataRecord.)
Public methodGetCharsReads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. (Inherited from IDataRecord.)
Public methodGetDataReturns an IDataReader for the specified column ordinal. (Inherited from IDataRecord.)
Public methodGetDataReaderReturns nested readers as DbDataReader objects.
Public methodGetDataRecordGets a DbDataRecord object with the specified index.
Public methodGetDataTypeNameGets the data type information for the specified field. (Inherited from IDataRecord.)
Public methodGetDateTimeGets the date and time data value of the specified field. (Inherited from IDataRecord.)
Public methodGetDecimalGets the fixed-position numeric value of the specified field. (Inherited from IDataRecord.)
Public methodGetDoubleGets the double-precision floating point number of the specified field. (Inherited from IDataRecord.)
Public methodGetFieldTypeGets the Type information corresponding to the type of Object that would be returned from GetValue. (Inherited from IDataRecord.)
Public methodGetFloatGets the single-precision floating point number of the specified field. (Inherited from IDataRecord.)
Public methodGetGuidReturns the GUID value of the specified field. (Inherited from IDataRecord.)
Public methodGetInt16Gets the 16-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public methodGetInt32Gets the 32-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public methodGetInt64Gets the 64-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public methodGetNameGets the name for the field to find. (Inherited from IDataRecord.)
Public methodGetOrdinalReturn the index of the named field. (Inherited from IDataRecord.)
Public methodGetStringGets the string value of the specified field. (Inherited from IDataRecord.)
Public methodGetValueReturn the value of the specified field. (Inherited from IDataRecord.)
Public methodGetValuesPopulates an array of objects with the column values of the current record. (Inherited from IDataRecord.)
Public methodIsDBNullReturn whether the specified field is set to null. (Inherited from IDataRecord.)
Top

.NET Framework

Supported in: 4, 3.5 SP1

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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
IExtendedDataRecord (Interfaz)

Proporciona acceso a los valores de columna dentro de cada fila de un objeto DbDataRecord para DbDataReader.

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

El tipo IExtendedDataRecord expone los siguientes miembros.

  NombreDescripción
Propiedad públicaDataRecordInfoObtiene DataRecordInfo para este objeto IExtendedDataRecord.
Propiedad públicaFieldCountObtiene el número de columnas de la fila actual. (Se hereda de IDataRecord).
Propiedad públicaItem[([(Int32])])Obtiene la columna situada en el índice especificado. (Se hereda de IDataRecord).
Propiedad públicaItem[([(String])])Obtiene la columna con el nombre especificado. (Se hereda de IDataRecord).
Arriba
  NombreDescripción
Método públicoGetBooleanObtiene el valor de la columna especificada como tipo Boolean. (Se hereda de IDataRecord).
Método públicoGetByteObtiene el valor entero de 8 bits sin signo de la columna especificada. (Se hereda de IDataRecord).
Método públicoGetBytesLee una secuencia de bytes del desplazamiento de la columna especificada en el búfer como matriz, comenzando en el desplazamiento de búfer dado. (Se hereda de IDataRecord).
Método públicoGetCharObtiene el valor de carácter de la columna especificada. (Se hereda de IDataRecord).
Método públicoGetCharsLee una secuencia de caracteres del desplazamiento de la columna especificada en el búfer como matriz, comenzando en el desplazamiento de búfer dado. (Se hereda de IDataRecord).
Método públicoGetDataDevuelve una interfaz IDataReader para el ordinal de columna especificado. (Se hereda de IDataRecord).
Método públicoGetDataReaderDevuelve lectores anidados como objetos DbDataReader.
Método públicoGetDataRecordObtiene un objeto DbDataRecord que tiene el índice especificado.
Método públicoGetDataTypeNameObtiene la información de tipo de datos para el campo especificado. (Se hereda de IDataRecord).
Método públicoGetDateTimeObtiene el valor de los datos de fecha y hora del campo especificado. (Se hereda de IDataRecord).
Método públicoGetDecimalObtiene el valor numérico de posición fija del campo especificado. (Se hereda de IDataRecord).
Método públicoGetDoubleObtiene el número de punto flotante de precisión doble del campo especificado. (Se hereda de IDataRecord).
Método públicoGetFieldTypeObtiene la información de Type correspondiente al tipo de Object que se devolverá desde GetValue. (Se hereda de IDataRecord).
Método públicoGetFloatObtiene el número de punto flotante de precisión sencilla del campo especificado. (Se hereda de IDataRecord).
Método públicoGetGuidDevuelve el valor GUID del campo especificado. (Se hereda de IDataRecord).
Método públicoGetInt16Obtiene el valor entero de 16 bits con signo del campo especificado. (Se hereda de IDataRecord).
Método públicoGetInt32Obtiene el valor entero de 32 bits con signo del campo especificado. (Se hereda de IDataRecord).
Método públicoGetInt64Obtiene el valor entero de 64 bits con signo del campo especificado. (Se hereda de IDataRecord).
Método públicoGetNameObtiene el nombre del campo que se va a buscar. (Se hereda de IDataRecord).
Método públicoGetOrdinalDevuelve el índice del campo con nombre. (Se hereda de IDataRecord).
Método públicoGetStringObtiene el valor de cadena del campo especificado. (Se hereda de IDataRecord).
Método públicoGetValueDevuelve el valor del campo especificado. (Se hereda de IDataRecord).
Método públicoGetValuesRellena una matriz de objetos con los valores de columna del registro actual. (Se hereda de IDataRecord).
Método públicoIsDBNullDevuelve si el campo especificado se establece en un valor nulo. (Se hereda de IDataRecord).
Arriba

.NET Framework

Compatible con: 4, 3.5 SP1

.NET Framework Client Profile

Compatible con: 4

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, 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