DbContextOptionsBuilder.IsConfigured 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否已設定任何選項。
public virtual bool IsConfigured { get; }
member this.IsConfigured : bool
Public Overridable ReadOnly Property IsConfigured As Boolean
屬性值
備註
當您已覆寫 OnConfiguring(DbContextOptionsBuilder) 以設定內容時,這非常有用,但在某些情況下,您也會透過內容建構函式提供選項。 這個屬性可用來判斷選項是否已設定,並略過 中的 OnConfiguring(DbContextOptionsBuilder) 部分或所有邏輯。