Condividi tramite


Proprietà PrimitiveType.ClrEquivalentType

[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.]

Restituisce un tipo Common Language Runtime (CLR) equivalente a PrimitiveType. Si noti che la proprietà ClrEquivalentType restituisce sempre un valore di un tipo che non ammette valori Null.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ClrEquivalentType As Type 
    Get
'Utilizzo
Dim instance As PrimitiveType 
Dim value As Type 

value = instance.ClrEquivalentType
public Type ClrEquivalentType { get; }
public:
property Type^ ClrEquivalentType {
    Type^ get ();
}
member ClrEquivalentType : Type
function get ClrEquivalentType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta un tipo Common Language Runtime (CLR) equivalente a PrimitiveType.

Vedere anche

Riferimento

PrimitiveType Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm