次の方法で共有


SqlCeUpdatableRecord.GetBoolean メソッド

指定したフィールドの値を bool として返します。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public Function GetBoolean ( _
    ordinal As Integer _
) As Boolean
'使用
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean

returnValue = instance.GetBoolean(ordinal)
public bool GetBoolean(
    int ordinal
)
public:
virtual bool GetBoolean(
    int ordinal
) sealed
abstract GetBoolean : 
        ordinal:int -> bool 
override GetBoolean : 
        ordinal:int -> bool 
public final function GetBoolean(
    ordinal : int
) : boolean

パラメーター

  • ordinal
    型: System.Int32
    値の取得元となるフィールド。

戻り値

型: System.Boolean

実装

IDataRecord.GetBoolean(Int32)

関連項目

参照

SqlCeUpdatableRecord クラス

System.Data.SqlServerCe 名前空間