StoreObjectIdentifier.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Create(IEntityType, StoreObjectType) |
지정된 엔터티 형식이 />에 매핑되는 저장소 개체에 대한 ID를 만듭니다. |
Create(IReadOnlyEntityType, StoreObjectType) |
지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다. |
Create(IReadOnlyTypeBase, StoreObjectType) |
지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다. |
Create(IEntityType, StoreObjectType)
- Source:
- StoreObjectIdentifier.cs
지정된 엔터티 형식이 />에 매핑되는 저장소 개체에 대한 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)
- Source:
- StoreObjectIdentifier.cs
- Source:
- StoreObjectIdentifier.cs
지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 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)
- Source:
- StoreObjectIdentifier.cs
- Source:
- StoreObjectIdentifier.cs
지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 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입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework