Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the options to use when using the [System.Data.SqlServerCe.SqlCeResultSet.Insert] method.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DbInsertOptions
'Usage
Dim instance As DbInsertOptions
[FlagsAttribute]
public enum DbInsertOptions
[FlagsAttribute]
public enum class DbInsertOptions
[<FlagsAttribute>]
type DbInsertOptions
public enum DbInsertOptions
Members
Member name | Description | |
---|---|---|
KeepCurrentPosition | Maintains the current position after inserting a new row. | |
PositionOnInsertedRow | Positions the cursor on the newly-inserted row. |