SqlDataReader.IsCommandBehavior(CommandBehavior) Methode

Definition

Bestimmt, ob die angegebene CommandBehavior Übereinstimmung mit der SqlDataReader des .

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

Parameter

condition
CommandBehavior

Eine CommandBehavior Aufzählung.

Gibt zurück

true wenn der angegebene CommandBehavior Wert "true" ist, false andernfalls.

Hinweise

Dieses Mitglied unterstützt die .NET Framework-Infrastruktur und soll nicht direkt aus Ihrem Code verwendet werden.

Gilt für:

Weitere Informationen