Share via


SchemaUpdateAction Enum

Definition

Represents a schema update action

public enum SchemaUpdateAction
type SchemaUpdateAction = 
Public Enum SchemaUpdateAction
Inheritance
SchemaUpdateAction

Fields

Add 2

Add - adding an object to the database

Change 1

Change - modifying an object in the database

Delete 0

Delete - removing an object from the database

Applies to