SqlCeUpdatableRecord.GetFieldType メソッド
指定されたフィールドの CLR データ型を返します。
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (System.Data.SqlServerCe.dll)
構文
'宣言
Public Function GetFieldType ( _
ordinal As Integer _
) As Type
'使用
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(ordinal)
public Type GetFieldType(
int ordinal
)
public:
virtual Type^ GetFieldType(
int ordinal
) sealed
abstract GetFieldType :
ordinal:int -> Type
override GetFieldType :
ordinal:int -> Type
public final function GetFieldType(
ordinal : int
) : Type
パラメーター
- ordinal
型: System.Int32
値の取得元となるフィールド。
戻り値
型: System.Type
このフィールドの CLR データ型。
実装
IDataRecord.GetFieldType(Int32)