ToolingFacade.GetContextType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the fully qualified name of a type deriving from DbContext.
public string GetContextType(string contextTypeName);
member this.GetContextType : string -> string
Public Function GetContextType (contextTypeName As String) As String
Parameters
- contextTypeName
- String
The name of the context type. If null, the single context type found in the assembly will be returned.
Returns
The context type found.