Enum ObjectType
Specifies the object type.
public enum ObjectType
Fields
CheckConstraint = 4CheckConstraint.
Column = 1Column.
Command = 8Command.
ForeignKey = 3ForeignKey.
Index = 5Index.
PrimaryKey = 2PrimaryKey.
SchemaName = 9Schema name.
SchemaVersion = 7Schema version.
Table = 0Table.
TenantMigrationInterceptor = 10Tenant migration interceptor.
View = 6View.