Méthode SqlCeDataReader.IsCommandBehavior
Détermine si le CommandBehavior spécifié correspond à cet SqlCeDataReader.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Protected Function IsCommandBehavior ( _
condition As CommandBehavior _
) As Boolean
'Utilisation
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
Paramètres
- condition
Type : System.Data.CommandBehavior
Comportement de la commande.
Valeur de retour
Type : System.Boolean
true si les comportements correspondent ; sinon, false.