다음을 통해 공유


StoreObjectIdentifier.Create 메서드

정의

오버로드

Create(IEntityType, StoreObjectType)

지정된 엔터티 형식이 />에 매핑되는 저장소 개체에 대한 ID를 만듭니다.

Create(IReadOnlyEntityType, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

Create(IReadOnlyTypeBase, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

Create(IEntityType, StoreObjectType)

지정된 엔터티 형식이 />에 매핑되는 저장소 개체에 대한 ID를 만듭니다.

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)

매개 변수

entityType
IEntityType

엔터티 형식입니다.

type
StoreObjectType

저장소 개체 형식입니다.

반환

저장소 개체 ID입니다.

적용 대상

Create(IReadOnlyEntityType, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

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)

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

type
StoreObjectType

저장소 개체 형식입니다.

반환

저장소 개체 ID입니다.

적용 대상

Create(IReadOnlyTypeBase, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

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)

매개 변수

typeBase
IReadOnlyTypeBase

엔터티 형식입니다.

type
StoreObjectType

저장소 개체 형식입니다.

반환

저장소 개체 ID입니다.

적용 대상