Aracılığıyla paylaş


StoreObjectIdentifier.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(IEntityType, StoreObjectType)

Verilen varlık türünün />ile eşlendiği depolama nesnesi için bir kimlik oluşturur.

Create(IReadOnlyEntityType, StoreObjectType)

Verilen varlık türünün eşlendiği depolama nesnesi için bir kimlik oluşturur.

Create(IReadOnlyTypeBase, StoreObjectType)

Verilen varlık türünün eşlendiği depolama nesnesi için bir kimlik oluşturur.

Create(IEntityType, StoreObjectType)

Verilen varlık türünün />ile eşlendiği depolama nesnesi için bir kimlik oluşturur.

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)

Parametreler

entityType
IEntityType

Varlık türü.

type
StoreObjectType

Depolama nesnesi türü.

Döndürülenler

Depolama nesnesi kimliği.

Şunlara uygulanır

Create(IReadOnlyEntityType, StoreObjectType)

Verilen varlık türünün eşlendiği depolama nesnesi için bir kimlik oluşturur.

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)

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

type
StoreObjectType

Depolama nesnesi türü.

Döndürülenler

Depolama nesnesi kimliği.

Şunlara uygulanır

Create(IReadOnlyTypeBase, StoreObjectType)

Verilen varlık türünün eşlendiği depolama nesnesi için bir kimlik oluşturur.

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)

Parametreler

typeBase
IReadOnlyTypeBase

Varlık türü.

type
StoreObjectType

Depolama nesnesi türü.

Döndürülenler

Depolama nesnesi kimliği.

Şunlara uygulanır