SqlDataReader.IsCommandBehavior(CommandBehavior) Método

Definición

Determina si el objeto especificado CommandBehavior coincide con el SqlDataReader de .

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

Parámetros

condition
CommandBehavior

Enumeración CommandBehavior .

Devoluciones

true si el valor especificado CommandBehavior es true; de lo contrario, false .

Comentarios

Este miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código.

Se aplica a

Consulte también