Class NpgsqlEfEventId
Event IDs for PostgreSQL/Npgsql events that correspond to messages logged to an
These IDs are also used with
Inheritance
Namespace: Microsoft.EntityFrameworkCore.Diagnostics
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public static class NpgsqlEfEventId
Fields
| Improve this Doc View SourceCollationFound
A collation was found.
This event is in the
Declaration
public static readonly EventId CollationFound
Field Value
Type | Description |
---|---|
EventId |
ColumnFound
A column was found.
This event is in the
Declaration
public static readonly EventId ColumnFound
Field Value
Type | Description |
---|---|
EventId |
EnumColumnSkippedWarning
Enum column cannot be scaffolded, define a CLR enum type and add the property manually.
This event is in the
Declaration
public static readonly EventId EnumColumnSkippedWarning
Field Value
Type | Description |
---|---|
EventId |
ExpressionIndexSkippedWarning
Expression index cannot be scaffolded, expression indices aren't supported and must be added via raw SQL in migrations.
This event is in the
Declaration
public static readonly EventId ExpressionIndexSkippedWarning
Field Value
Type | Description |
---|---|
EventId |
ForeignKeyFound
A foreign key was found.
This event is in the
Declaration
public static readonly EventId ForeignKeyFound
Field Value
Type | Description |
---|---|
EventId |
ForeignKeyPrincipalColumnMissingWarning
A principal column referenced by a foreign key was not found.
This event is in the
Declaration
public static readonly EventId ForeignKeyPrincipalColumnMissingWarning
Field Value
Type | Description |
---|---|
EventId |
ForeignKeyReferencesMissingPrincipalTableWarning
A foreign key references a missing table at the principal end.
This event is in the
Declaration
public static readonly EventId ForeignKeyReferencesMissingPrincipalTableWarning
Field Value
Type | Description |
---|---|
EventId |
IndexFound
An index was found.
This event is in the
Declaration
public static readonly EventId IndexFound
Field Value
Type | Description |
---|---|
EventId |
MissingSchemaWarning
The database is missing a schema.
This event is in the
Declaration
public static readonly EventId MissingSchemaWarning
Field Value
Type | Description |
---|---|
EventId |
MissingTableWarning
The database is missing a table.
This event is in the
Declaration
public static readonly EventId MissingTableWarning
Field Value
Type | Description |
---|---|
EventId |
PrimaryKeyFound
A primary key was found.
This event is in the
Declaration
public static readonly EventId PrimaryKeyFound
Field Value
Type | Description |
---|---|
EventId |
SequenceFound
A sequence was found.
This event is in the
Declaration
public static readonly EventId SequenceFound
Field Value
Type | Description |
---|---|
EventId |
TableFound
A table was found.
This event is in the
Declaration
public static readonly EventId TableFound
Field Value
Type | Description |
---|---|
EventId |
UniqueConstraintFound
A unique constraint was found.
This event is in the
Declaration
public static readonly EventId UniqueConstraintFound
Field Value
Type | Description |
---|---|
EventId |
UnsupportedColumnConstraintSkippedWarning
Constraint '{name}' on table {tableName} cannot be scaffolded because it includes a column that cannot be scaffolded (e.g. enum).
This event is in the
Declaration
public static readonly EventId UnsupportedColumnConstraintSkippedWarning
Field Value
Type | Description |
---|---|
EventId |
UnsupportedColumnIndexSkippedWarning
Index '{name}' on table {tableName} cannot be scaffolded because it includes a column that cannot be scaffolded (e.g. enum).
This event is in the
Declaration
public static readonly EventId UnsupportedColumnIndexSkippedWarning
Field Value
Type | Description |
---|---|
EventId |