SqlDataReader.IsCommandBehavior(CommandBehavior) Methode

Definitie

Bepaalt of de opgegeven CommandBehavior overeenkomt met die van de SqlDataReader .

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

Parameters

condition
CommandBehavior

Een CommandBehavior opsomming.

Retouren

true als de opgegeven CommandBehavior waarde waar is, false anders.

Opmerkingen

Dit lid ondersteunt de .NET Framework-infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op

Zie ook