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