次の方法で共有


DbUpdatableDataRecord.GetFloat(Int32) メソッド

定義

フィールド値を float として取得します。

public override float GetFloat (int i);
override this.GetFloat : int -> single
Public Overrides Function GetFloat (i As Integer) As Single

パラメーター

i
Int32

フィールドの序数。

戻り値

float としてのフィールド値。

実装

適用対象