InsertOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of insert options
public enum InsertOption
type InsertOption =
Public Enum InsertOption
- Inheritance
-
InsertOption
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing was defined. |
Into | 1 | INTO was used. |
Over | 2 | OVER was used. |