Share via


DbUpdatableDataRecord.GetName(Int32) メソッド

定義

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

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

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

フィールドの名前。

実装

適用対象