DbUpdatableDataRecord.GetDataTypeName(Int32) メソッド

定義

フィールドのデータ型の名前を取得します。

public:
 override System::String ^ GetDataTypeName(int ordinal);
public override string GetDataTypeName (int ordinal);
override this.GetDataTypeName : int -> string
Public Overrides Function GetDataTypeName (ordinal As Integer) As String

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

フィールドのデータ型の名前。

実装

適用対象