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
- condition
Tipo: System.Data.CommandBehavior
O comportamento do comando.
Valor de retorno
Tipo: System.Boolean
true se os comportamentos corresponderem; caso contrário, false.