SqlDataReader.IsCommandBehavior(CommandBehavior) Metoda

Definicja

Określa, czy określona CommandBehavior wartość jest zgodna z wartością SqlDataReader .

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

Parametry

condition
CommandBehavior

Wyliczenie CommandBehavior .

Zwraca

true jeśli określona wartość CommandBehavior ma wartość true, false w przeciwnym razie.

Uwagi

Ten element członkowski obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Dotyczy

Zobacz też