다음을 통해 공유


RelationalEntityTypeExtensions.RemoveMappingFragment 메서드

정의

오버로드

RemoveMappingFragment(IConventionEntityType, StoreObjectIdentifier)

특정 테이블과 같은 저장소 개체에 대한 엔터티 형식 매핑을 제거합니다.

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

RemoveMappingFragment(IMutableEntityType, StoreObjectIdentifier)

특정 테이블과 같은 저장소 개체에 대한 엔터티 형식 매핑을 제거합니다.

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

RemoveMappingFragment(IConventionEntityType, StoreObjectIdentifier)

특정 테이블과 같은 저장소 개체에 대한 엔터티 형식 매핑을 제거합니다.

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

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

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

지정된 저장소 개체에 대한 재정의가 없거나 기존 재정의가 상위 원본에서 구성된 경우 또는 제거 IConventionEntityTypeMappingFragmentnull 된 입니다.

적용 대상

RemoveMappingFragment(IMutableEntityType, StoreObjectIdentifier)

특정 테이블과 같은 저장소 개체에 대한 엔터티 형식 매핑을 제거합니다.

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

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

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

제거된 IMutableEntityTypeMappingFragment 이거나 null 지정된 저장소 개체에 대한 재정의가 없는 경우 입니다.

적용 대상