SqlServerDesignEventId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Values that are used as the eventId when logging messages from the SQL Server Design Entity Framework Core components.
public enum SqlServerDesignEventId
type SqlServerDesignEventId =
Public Enum SqlServerDesignEventId
- Inheritance
-
SqlServerDesignEventId
Fields
Name | Value | Description |
---|---|---|
FoundDefaultSchema | 1 | Found default schema. |
FoundTypeAlias | 2 | Found type alias. |
ColumnMustBeNamedWarning | 3 | Column name empty on table. |
IndexMustBeNamedWarning | 4 | Index name empty. |
IndexTableMissingWarning | 5 | Unable to find table for index. |
IndexColumnMustBeNamedWarning | 6 | Column name empty on index. |
ForeignKeyMustBeNamedWarning | 7 | Foreign key name empty. |
ForeignKeyColumnSkipped | 8 | Foreign key column not in selection set. |
ColumnNameEmptyOnForeignKey | 9 | Column name empty on foreign key. |
DataTypeDoesNotAllowSqlServerIdentityStrategyWarning | 10 | Data type does not allow SQL Server identity strategy. |
CannotInterpretDefaultValueWarning | 11 | Cannot interpret default value. |
CannotInterpretComputedValueWarning | 12 | Cannot interpret computed value. |
Applies to
Entity Framework