Compartilhar via


Método SqlCeDataReader.IsCommandBehavior

Determina se o CommandBehavior corresponde ao deste SqlCeDataReader.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Protected Function IsCommandBehavior ( _
    condition As CommandBehavior _
) As Boolean
'Uso
Dim condition As CommandBehavior
Dim returnValue As Boolean

returnValue = Me.IsCommandBehavior(condition)
protected bool IsCommandBehavior(
    CommandBehavior condition
)
protected:
bool IsCommandBehavior(
    CommandBehavior condition
)
member IsCommandBehavior : 
        condition:CommandBehavior -> bool 
protected function IsCommandBehavior(
    condition : CommandBehavior
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true se os comportamentos corresponderem; caso contrário, false.

Consulte também

Referência

SqlCeDataReader Classe

Namespace System.Data.SqlServerCe