Share via


ToolingFacade.GetContextType(String) Method

Definition

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