SqlCeDataReader.GetChar 方法
在 SQL Server Compact 的 .NET Compact Framework 数据提供程序中不受支持。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Public Overrides Function GetChar ( _
ordinal As Integer _
) As Char
用法
Dim instance As SqlCeDataReader
Dim ordinal As Integer
Dim returnValue As Char
returnValue = instance.GetChar(ordinal)
public override char GetChar(
int ordinal
)
public:
virtual wchar_t GetChar(
int ordinal
) override
abstract GetChar :
ordinal:int -> char
override GetChar :
ordinal:int -> char
public override function GetChar(
ordinal : int
) : char
参数
- ordinal
类型:System.Int32
返回值
类型:System.Char
返回 Char。