SqlDataReader.IsCommandBehavior(CommandBehavior) Metodo

Definizione

Determina se l'oggetto CommandBehavior specificato corrisponde a 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

Parametri

condition
CommandBehavior

Enumerazione CommandBehavior.

Restituisce

true se l'oggetto CommandBehavior specificato è true; in caso contrario, false.

Commenti

Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Si applica a

Vedi anche