DbUpdatableDataRecord.GetFieldType(Int32) メソッド

定義

フィールドの型を取得します。

public:
 override Type ^ GetFieldType(int ordinal);
public override Type GetFieldType (int ordinal);
override this.GetFieldType : int -> Type
Public Overrides Function GetFieldType (ordinal As Integer) As Type

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

フィールドの型。

実装

適用対象