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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework