SqlCeUpdatableRecord.GetChar 方法
以 char 形式傳回指定之欄位的值。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Function GetChar ( _
ordinal As Integer _
) As Char
'用途
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
參數
- ordinal
型別:System.Int32
要從中擷取值的欄位。
傳回值
型別:System.Char