Enum SqlObjectExistenceState
Represents a state of existence of an SQL object builder instance.
public enum SqlObjectExistenceState : byte
Fields
Created = 1
Specifies that an object has been created.
Removed = 2
Specifies that an object has been removed.
Unchanged = 0
Specifies that an object has not been created or removed.