Condividi tramite


Proprietà TypeUsage.ModelTypeUsage

[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 utilizzo di tipo Modello per un tipo di provider

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

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")> _
Public ReadOnly Property ModelTypeUsage As TypeUsage 
    Get
'Utilizzo
Dim instance As TypeUsage 
Dim value As TypeUsage 

value = instance.ModelTypeUsage
[SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public TypeUsage ModelTypeUsage { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public:
property TypeUsage^ ModelTypeUsage {
    TypeUsage^ get ();
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")>]
member ModelTypeUsage : TypeUsage
function get ModelTypeUsage () : TypeUsage

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Utilizzo di tipo Modello (CSpace)

Vedere anche

Riferimento

TypeUsage Classe

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