共用方式為


SqliteEventId 類別

定義

SQLite 事件的事件識別碼,這些事件對應至記錄至 ILogger 的訊息,以及傳送至 DiagnosticSource 的事件。

public static class SqliteEventId
type SqliteEventId = class
Public Class SqliteEventId
繼承
SqliteEventId

備註

這些識別碼也搭配 WarningsConfigurationBuilder 使用來設定警告的行為。

如需詳細資訊和範例,請參閱使用 EF Core 記錄、事件和診斷存取 SQLite 資料庫

欄位

ColumnFound

找到資料行。

CompositeKeyWithValueGeneration

實體類型具有複合索引鍵,其設定為使用產生的值。 SQLite 不支援複合索引鍵上產生的值。

ForeignKeyFound

找到外鍵。

ForeignKeyPrincipalColumnMissingWarning

找不到外鍵條件約束所參考的資料行。

ForeignKeyReferencesMissingTableWarning

外鍵會參考遺漏的資料表。

FormatWarning

值的格式無效。

IndexFound

找到索引。

InferringTypes

推斷 CLR 類型。

MissingTableWarning

資料庫遺漏資料表。

OutOfRangeWarning

值超出類型的範圍。

PrimaryKeyFound

找到主鍵。

SchemaConfiguredWarning

已針對實體類型設定架構,但 SQLite 不支援架構。

SchemasNotSupportedWarning

SQLite 不支援架構。

SequenceConfiguredWarning

已針對實體類型設定序列,但 SQLite 不支援序列。

TableFound

找到資料表。

TableRebuildPendingWarning

作業可能會因為資料表的擱置重建而失敗。

UnexpectedConnectionTypeWarning

正在使用非預期類型的連接。

UniqueConstraintFound

找到唯一的條件約束。

適用於