共用方式為


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 命名空間