SqlDataReader.IsCommandBehavior(CommandBehavior) Yöntem

Tanım

Belirtilen CommandBehavior değerin 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 CommandBehavior belirtilen true ise, false aksi takdirde.

Açıklamalar

Bu üye .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılması amaçlanmamıştır.

Şunlara uygulanır

Ayrıca bkz.