Condividi tramite


Metodo SqlCeDataReader.IsCommandBehavior

Determina se l'oggetto CommandBehavior specificato corrisponde a quello di questo oggetto SqlCeDataReader.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Protected Function IsCommandBehavior ( _
    condition As CommandBehavior _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
true se i comportamenti corrispondono; in caso contrario, false.

Vedere anche

Riferimento

SqlCeDataReader Classe

Spazio dei nomi System.Data.SqlServerCe