ToolingFacade.GetContextTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得衍生自 DbContext 之所有型別的完整名稱。
public System.Collections.Generic.IEnumerable<string> GetContextTypes ();
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Collections.Generic.IEnumerable<string> GetContextTypes ();
member this.GetContextTypes : unit -> seq<string>
Public Function GetContextTypes () As IEnumerable(Of String)
傳回
找到的所有內容類型。
- 屬性