SqlCeDataReader.IsCommandBehavior 메서드
지정된 CommandBehavior가 이 SqlCeDataReader의 명령 동작과 일치하는지 여부를 확인합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Protected Function IsCommandBehavior ( _
condition As CommandBehavior _
) As Boolean
‘사용 방법
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
매개 변수
- condition
유형: System.Data.CommandBehavior
명령 동작입니다.
반환 값
유형: System.Boolean
동작이 일치하면 true이고, 그렇지 않으면 false입니다.