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