次の方法で共有


DbUpdatableDataRecord.GetFieldType(Int32) メソッド

定義

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

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

パラメーター

i
Int32

フィールドの序数。

戻り値

フィールドの型。

実装

適用対象