Freigeben über


SqlCeDataReader.IsCommandBehavior-Methode

Gibt an, ob das angegebene CommandBehavior-Element mit diesem SqlCeDataReader-Element übereinstimmt.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
Ist true, wenn das Verhalten übereinstimmt, und andernfalls false.

Siehe auch

Verweis

SqlCeDataReader Klasse

System.Data.SqlServerCe-Namespace