DbInsertOptions 열거형

[System.Data.SqlServerCe.SqlCeResultSet.Insert] 메서드를 사용할 때 사용할 옵션을 지정합니다.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration DbInsertOptions
‘사용 방법
Dim instance As DbInsertOptions
[FlagsAttribute]
public enum DbInsertOptions
[FlagsAttribute]
public enum class DbInsertOptions
[<FlagsAttribute>]
type DbInsertOptions
public enum DbInsertOptions

멤버

멤버 이름 설명
KeepCurrentPosition 새 행을 삽입한 후 현재 위치를 유지합니다.
PositionOnInsertedRow 새로 삽입한 행에 커서를 배치합니다.

참고 항목

참조

System.Data.SqlServerCe 네임스페이스