Freigeben über


InsertOption Enum

Definition

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.

Applies to