SqlCeDataReader.IsCommandBehavior メソッド
指定した CommandBehavior がこの SqlCeDataReader のものと一致するかどうかを判断します。
名前空間: 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
パラメーター
- condition
型: System.Data.CommandBehavior
コマンドの動作。
戻り値
型: System.Boolean
動作が一致する場合は true。それ以外の場合は false。