Método DataProvider.GetChar
Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function GetChar ( _
i As Integer _
) As Char
'Uso
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Char
returnValue = instance.GetChar(i)
public char GetChar(
int i
)
public:
virtual wchar_t GetChar(
int i
) sealed
abstract GetChar :
i:int -> char
override GetChar :
i:int -> char
public final function GetChar(
i : int
) : char
Parâmetros
- i
Tipo: System.Int32
The zero-based column ordinal.
Valor de retorno
Tipo: System.Char
The value of the specified column.