Condividi tramite


Proprietà DbContextInfo.ContextType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene il tipo DbContext concreto.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property ContextType As Type 
    Get
'Utilizzo
Dim instance As DbContextInfo 
Dim value As Type 

value = instance.ContextType
public virtual Type ContextType { get; }
public:
virtual property Type^ ContextType {
    Type^ get ();
}
abstract ContextType : Type 
override ContextType : Type
function get ContextType () : Type

Valore proprietà

Tipo: System.Type
Tipo DbContext concreto.

Vedere anche

Riferimento

DbContextInfo Classe

Spazio dei nomi System.Data.Entity.Infrastructure