SqlDataReader.IsCommandBehavior(CommandBehavior) メソッド

定義

指定した CommandBehaviorSqlDataReader のと一致するかどうかを判断します。

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

パラメーター

condition
CommandBehavior

CommandBehavior列挙体。

返品

true 指定した CommandBehavior が true の場合は false

注釈

このメンバーは .NET Framework インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象

こちらもご覧ください