StoreObjectIdentifier.Create Methode

Definition

Überlädt

Create(IEntityType, StoreObjectType)

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.>

Create(IReadOnlyEntityType, StoreObjectType)

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.

Create(IReadOnlyTypeBase, StoreObjectType)

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.

Create(IEntityType, StoreObjectType)

Quelle:
StoreObjectIdentifier.cs

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.>

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)

Parameter

entityType
IEntityType

Der Entitätstyp.

type
StoreObjectType

Der Speicherobjekttyp.

Gibt zurück

Die Speicherobjekt-ID.

Gilt für:

Create(IReadOnlyEntityType, StoreObjectType)

Quelle:
StoreObjectIdentifier.cs
Quelle:
StoreObjectIdentifier.cs

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.

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)

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

type
StoreObjectType

Der Speicherobjekttyp.

Gibt zurück

Die Speicherobjekt-ID.

Gilt für:

Create(IReadOnlyTypeBase, StoreObjectType)

Quelle:
StoreObjectIdentifier.cs
Quelle:
StoreObjectIdentifier.cs

Erstellt eine ID für das Speicherobjekt, dem der angegebene Entitätstyp zugeordnet ist.

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)

Parameter

typeBase
IReadOnlyTypeBase

Der Entitätstyp.

type
StoreObjectType

Der Speicherobjekttyp.

Gibt zurück

Die Speicherobjekt-ID.

Gilt für: