StoreObjectIdentifier.Create Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Create(IEntityType, StoreObjectType) |
Tworzy identyfikator obiektu magazynu, który dany typ jednostki jest mapowany na />. |
Create(IReadOnlyEntityType, StoreObjectType) |
Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki. |
Create(IReadOnlyTypeBase, StoreObjectType) |
Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki. |
Create(IEntityType, StoreObjectType)
- Źródło:
- StoreObjectIdentifier.cs
Tworzy identyfikator obiektu magazynu, który dany typ jednostki jest mapowany 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 jednostki.
- type
- StoreObjectType
Typ obiektu magazynu.
Zwraca
Identyfikator obiektu magazynu.
Dotyczy
Create(IReadOnlyEntityType, StoreObjectType)
- Źródło:
- StoreObjectIdentifier.cs
- Źródło:
- StoreObjectIdentifier.cs
Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki.
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 jednostki.
- type
- StoreObjectType
Typ obiektu magazynu.
Zwraca
Identyfikator obiektu magazynu.
Dotyczy
Create(IReadOnlyTypeBase, StoreObjectType)
- Źródło:
- StoreObjectIdentifier.cs
- Źródło:
- StoreObjectIdentifier.cs
Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki.
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 jednostki.
- type
- StoreObjectType
Typ obiektu magazynu.
Zwraca
Identyfikator obiektu magazynu.