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。