Udostępnij za pośrednictwem


StoreObjectIdentifier.Create Metoda

Definicja

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)

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)

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)

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.

Dotyczy