Método SqlCeUpdatableRecord.GetChar
Retorna o valor do campo especificado como char.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Function GetChar ( _
ordinal As Integer _
) As Char
'Uso
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Char
returnValue = instance.GetChar(ordinal)
public char GetChar(
int ordinal
)
public:
virtual wchar_t GetChar(
int ordinal
) sealed
abstract GetChar :
ordinal:int -> char
override GetChar :
ordinal:int -> char
public final function GetChar(
ordinal : int
) : char
Parâmetros
- ordinal
Tipo: System.Int32
O campo do qual o valor deve ser recuperado.
Valor de retorno
Tipo: System.Char