Table of Contents

Enum SqlObjectExistenceState

Namespace
LfrlAnvil.Sql.Objects.Builders
Assembly
LfrlAnvil.Sql.Core.dll

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.