Condividi tramite


Metodo TypeUsage.CreateDefaultTypeUsage

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

Crea un oggetto TypeUsage con il tipo di modello concettuale specificato.

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

Sintassi

'Dichiarazione
Public Shared Function CreateDefaultTypeUsage ( _
    edmType As EdmType _
) As TypeUsage
'Utilizzo
Dim edmType As EdmType 
Dim returnValue As TypeUsage 

returnValue = TypeUsage.CreateDefaultTypeUsage(edmType)
public static TypeUsage CreateDefaultTypeUsage(
    EdmType edmType
)
public:
static TypeUsage^ CreateDefaultTypeUsage(
    EdmType^ edmType
)
static member CreateDefaultTypeUsage : 
        edmType:EdmType -> TypeUsage
public static function CreateDefaultTypeUsage(
    edmType : EdmType
) : TypeUsage

Parametri

Valore restituito

Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Oggetto TypeUsage con i valori di facet predefiniti per l'oggetto EdmType specificato.

Vedere anche

Riferimento

TypeUsage Classe

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