SqliteDesignEventId 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 SQLite 設計 Entity Framework Core 元件記錄訊息時,用來做為 eventId 的值。
public enum SqliteDesignEventId
type SqliteDesignEventId =
Public Enum SqliteDesignEventId
- 繼承
-
SqliteDesignEventId
欄位
ForeignKeyReferencesMissingColumn | 2 | 找不到主體資料行。 |
IndexMissingColumnNameWarning | 1 | 索引上的資料行名稱空白。 |
SchemasNotSupportedWarning | 3 | 使用架構選取專案警告。 |