SqliteDesignEventId Enum

Definition

Values that are used as the eventId when logging messages from the SQLite Design Entity Framework Core components.

public enum SqliteDesignEventId
type SqliteDesignEventId = 
Public Enum SqliteDesignEventId
Inheritance
SqliteDesignEventId

Fields

ForeignKeyReferencesMissingColumn 2

Principal column not found.

IndexMissingColumnNameWarning 1

Column name empty on index.

SchemasNotSupportedWarning 3

Using schema selections warning.

Applies to