次の方法で共有


DbUpdatableDataRecord.GetBoolean(Int32) メソッド

定義

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

public override bool GetBoolean (int i);
override this.GetBoolean : int -> bool
Public Overrides Function GetBoolean (i As Integer) As Boolean

パラメーター

i
Int32

フィールドの序数。

戻り値

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

実装

適用対象