StoreObjectIdentifier.Create Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Create(IEntityType, StoreObjectType) |
Vytvoří ID pro objekt úložiště, který je daný typ entity namapován na />. |
Create(IReadOnlyEntityType, StoreObjectType) |
Vytvoří ID pro objekt úložiště, na který je namapován daný typ entity. |
Create(IReadOnlyTypeBase, StoreObjectType) |
Vytvoří ID pro objekt úložiště, na který je namapován daný typ entity. |
Create(IEntityType, StoreObjectType)
Vytvoří ID pro objekt úložiště, který je daný typ entity namapován na />.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (entityType As IEntityType, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)
Parametry
- entityType
- IEntityType
Typ entity.
- type
- StoreObjectType
Typ objektu úložiště.
Návraty
ID objektu úložiště.
Platí pro
Create(IReadOnlyEntityType, StoreObjectType)
Vytvoří ID pro objekt úložiště, na který je namapován daný typ entity.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (entityType As IReadOnlyEntityType, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)
Parametry
- entityType
- IReadOnlyEntityType
Typ entity.
- type
- StoreObjectType
Typ objektu úložiště.
Návraty
ID objektu úložiště.
Platí pro
Create(IReadOnlyTypeBase, StoreObjectType)
Vytvoří ID pro objekt úložiště, na který je namapován daný typ entity.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (typeBase As IReadOnlyTypeBase, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)
Parametry
- typeBase
- IReadOnlyTypeBase
Typ entity.
- type
- StoreObjectType
Typ objektu úložiště.
Návraty
ID objektu úložiště.
Platí pro
Entity Framework