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