SqlCeUpdatableRecord.GetFieldType Método
Devuelve el tipo de datos CLR del campo especificado.
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Public Function GetFieldType ( _
ordinal As Integer _
) As Type
'Uso
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(ordinal)
public Type GetFieldType(
int ordinal
)
public:
virtual Type^ GetFieldType(
int ordinal
) sealed
abstract GetFieldType :
ordinal:int -> Type
override GetFieldType :
ordinal:int -> Type
public final function GetFieldType(
ordinal : int
) : Type
Parámetros
- ordinal
Tipo: System.Int32
El campo del que se recupera un valor.
Valor devuelto
Tipo: System.Type
El tipo de datos CLR del campo.
Implementa
IDataRecord.GetFieldType(Int32)