Proprietà ConventionTypeConfiguration.ClrType
[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 l'oggetto Type di questo tipo di entità.
Spazio dei nomi: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ClrType As Type
Get
'Utilizzo
Dim instance As ConventionTypeConfiguration
Dim value As Type
value = instance.ClrType
public Type ClrType { get; }
public:
property Type^ ClrType {
Type^ get ();
}
member ClrType : Type
function get ClrType () : Type
Valore proprietà
Tipo: System.Type
Oggetto Type di questo tipo di entità.
Vedere anche
Riferimento
ConventionTypeConfiguration Classe
Spazio dei nomi System.Data.Entity.ModelConfiguration.Configuration