IsCommandBehavior メソッド

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

構文

'宣言
Protected Function IsCommandBehavior ( _
    condition As CommandBehavior _
) As Boolean
'使用
Dim condition As CommandBehavior
Dim returnValue As Boolean

returnValue = Me.IsCommandBehavior(condition)
protected bool IsCommandBehavior(
    CommandBehavior condition
)
protected:
bool IsCommandBehavior(
    CommandBehavior condition
)
member IsCommandBehavior : 
        condition:CommandBehavior -> bool 
protected function IsCommandBehavior(
    condition : CommandBehavior
) : boolean

パラメーター

戻り値

型: System. . :: . .Boolean

関連項目

参照

SqlCeDataReader クラス

SqlCeDataReader メンバー

System.Data.SqlServerCe 名前空間