共用方式為


ToolingFacade.GetContextTypes 方法

定義

取得衍生自 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)

傳回

找到的所有內容類型。

屬性

適用於