共用方式為


ToolingFacade.GetContextType(String) 方法

定義

取得衍生自 DbContext 之型別的完整名稱。

public string GetContextType (string contextTypeName);
member this.GetContextType : string -> string
Public Function GetContextType (contextTypeName As String) As String

參數

contextTypeName
String

內容類型的名稱。 如果為 null,則會傳回元件中找到的單一內容類型。

傳回

找到的內容類型。

適用於