Class MySQLEventId
Event IDs for MySQL events that correspond to messages logged to an Microsoft.
These IDs are also used with Microsoft.
Inheritance
Namespace: MySql.EntityFrameworkCore.Diagnostics
Assembly: MySql.EntityFrameworkCore.dll
Version: 9.3.0
Syntax
public static class MySQLEventId
Fields
ByteIdentityColumnWarning
A byte property is set up to use a MySQL identity column.
This event is in the Microsoft.
This event uses the Microsoft.
Declaration
public static readonly EventId ByteIdentityColumnWarning
Field Value
Type | Description |
---|---|
Microsoft. |
ColumnFound
A column was found.
This event is in the Microsoft.
Declaration
public static readonly EventId ColumnFound
Field Value
Type | Description |
---|---|
Microsoft. |
DecimalTypeDefaultWarning
No explicit type for a decimal column.
This event is in the Microsoft.
This event uses the Microsoft.
Declaration
public static readonly EventId DecimalTypeDefaultWarning
Field Value
Type | Description |
---|---|
Microsoft. |
DefaultSchemaFound
A default schema was found.
This event is in the Microsoft.
Declaration
public static readonly EventId DefaultSchemaFound
Field Value
Type | Description |
---|---|
Microsoft. |
ForeignKeyFound
A foreign key was found.
This event is in the Microsoft.
Declaration
public static readonly EventId ForeignKeyFound
Field Value
Type | Description |
---|---|
Microsoft. |
ForeignKeyPrincipalColumnMissingWarning
A principal column referenced by a foreign key was not found.
This event is in the Microsoft.
Declaration
public static readonly EventId ForeignKeyPrincipalColumnMissingWarning
Field Value
Type | Description |
---|---|
Microsoft. |
ForeignKeyReferencesMissingPrincipalTableWarning
A foreign key references a missing table at the principal end.
This event is in the Microsoft.
Declaration
public static readonly EventId ForeignKeyReferencesMissingPrincipalTableWarning
Field Value
Type | Description |
---|---|
Microsoft. |
IndexFound
An index was found.
This event is in the Microsoft.
Declaration
public static readonly EventId IndexFound
Field Value
Type | Description |
---|---|
Microsoft. |
MissingSchemaWarning
The database is missing a schema.
This event is in the Microsoft.
Declaration
public static readonly EventId MissingSchemaWarning
Field Value
Type | Description |
---|---|
Microsoft. |
MissingTableWarning
The database is missing a table.
This event is in the Microsoft.
Declaration
public static readonly EventId MissingTableWarning
Field Value
Type | Description |
---|---|
Microsoft. |
PrimaryKeyFound
Primary key was found.
This event is in the Microsoft.
Declaration
public static readonly EventId PrimaryKeyFound
Field Value
Type | Description |
---|---|
Microsoft. |
ReflexiveConstraintIgnored
A reflexive foreign key constraint was skipped.
This event is in the Microsoft.
Declaration
public static readonly EventId ReflexiveConstraintIgnored
Field Value
Type | Description |
---|---|
Microsoft. |
SequenceFound
A sequence was found.
This event is in the Microsoft.
Declaration
public static readonly EventId SequenceFound
Field Value
Type | Description |
---|---|
Microsoft. |
TableFound
A table was found.
This event is in the Microsoft.
Declaration
public static readonly EventId TableFound
Field Value
Type | Description |
---|---|
Microsoft. |
TypeAliasFound
A type alias was found.
This event is in the Microsoft.
Declaration
public static readonly EventId TypeAliasFound
Field Value
Type | Description |
---|---|
Microsoft. |
UniqueConstraintFound
An unique constraint was found.
This event is in the Microsoft.
Declaration
public static readonly EventId UniqueConstraintFound
Field Value
Type | Description |
---|---|
Microsoft. |