Condividi tramite


Metodo TypeUsage.Create

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

Metodo factory per la creazione di un elemento TypeUsage con EdmType e facet specificati

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

Sintassi

'Dichiarazione
Public Shared Function Create ( _
    edmType As EdmType, _
    facets As IEnumerable(Of Facet) _
) As TypeUsage
'Utilizzo
Dim edmType As EdmType 
Dim facets As IEnumerable(Of Facet)
Dim returnValue As TypeUsage 

returnValue = TypeUsage.Create(edmType, _
    facets)
public static TypeUsage Create(
    EdmType edmType,
    IEnumerable<Facet> facets
)
public:
static TypeUsage^ Create(
    EdmType^ edmType, 
    IEnumerable<Facet^>^ facets
)
static member Create : 
        edmType:EdmType * 
        facets:IEnumerable<Facet> -> TypeUsage
public static function Create(
    edmType : EdmType, 
    facets : IEnumerable<Facet>
) : TypeUsage

Parametri

Valore restituito

Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
nuova istanza di TypeUsage

Vedere anche

Riferimento

TypeUsage Classe

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