Share via


SqlDataReader.IsCommandBehavior(CommandBehavior) Yöntem

Tanım

Belirtilen CommandBehavior öğesinin ile eşleşip eşleşmediğini SqlDataReader belirler.

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

Parametreler

condition
CommandBehavior

Sabit CommandBehavior listesi.

Döndürülenler

true belirtilen CommandBehavior true ise, false aksi takdirde.

Açıklamalar

Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Şunlara uygulanır

Ayrıca bkz.