SqlDataReader.IsCommandBehavior(CommandBehavior) 方法

定义

确定指定的 CommandBehavior 是否与 SqlDataReader 的对应项匹配。

protected public:
 bool IsCommandBehavior(System::Data::CommandBehavior condition);
protected:
 bool IsCommandBehavior(System::Data::CommandBehavior condition);
protected internal bool IsCommandBehavior (System.Data.CommandBehavior condition);
protected bool IsCommandBehavior (System.Data.CommandBehavior condition);
member this.IsCommandBehavior : System.Data.CommandBehavior -> bool
Protected Friend Function IsCommandBehavior (condition As CommandBehavior) As Boolean
Protected Function IsCommandBehavior (condition As CommandBehavior) As Boolean

参数

condition
CommandBehavior

一个 CommandBehavior 枚举。

返回

如果指定的 CommandBehavior 为 true,则为 true;否则为 false

注解

此成员支持 .NET Framework 结构,不能在代码中直接使用。

适用于

另请参阅