다음을 통해 공유


RelationalEntityTypeExtensions.FindMappingFragment 메서드

정의

오버로드

FindMappingFragment(IReadOnlyEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindMappingFragment(IMutableEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindMappingFragment(IEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindMappingFragment(IConventionEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindMappingFragment(IReadOnlyEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (entityType As IReadOnlyEntityType, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyEntityTypeMappingFragment

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

테이블과 유사한 저장소 개체의 식별자입니다.

반환

엔터티 형식 매핑 조각을 나타내는 개체입니다.

적용 대상

FindMappingFragment(IMutableEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (entityType As IMutableEntityType, ByRef storeObject As StoreObjectIdentifier) As IMutableEntityTypeMappingFragment

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

테이블과 유사한 저장소 개체의 식별자입니다.

반환

엔터티 형식 매핑 조각을 나타내는 개체입니다.

적용 대상

FindMappingFragment(IEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IEntityType * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (entityType As IEntityType, ByRef storeObject As StoreObjectIdentifier) As IEntityTypeMappingFragment

매개 변수

entityType
IEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

테이블과 유사한 저장소 개체의 식별자입니다.

반환

엔터티 형식 매핑 조각을 나타내는 개체입니다.

적용 대상

FindMappingFragment(IConventionEntityType, StoreObjectIdentifier)

특정 테이블과 유사한 저장소 개체에 대한 엔터티 형식 매핑을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (entityType As IConventionEntityType, ByRef storeObject As StoreObjectIdentifier) As IConventionEntityTypeMappingFragment

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

테이블과 유사한 저장소 개체의 식별자입니다.

반환

엔터티 형식 매핑 조각을 나타내는 개체입니다.

적용 대상