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
- edmType
Tipo: System.Data.Entity.Core.Metadata.Edm.EdmType
EdmType per cui creare un utilizzo del tipo
- facets
Tipo: System.Collections.Generic.IEnumerable<Facet>
facet da copiare nel nuovo elemento TypeUsage
Valore restituito
Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
nuova istanza di TypeUsage