다음을 통해 공유


IModel.GetTypeMappingConfigurations 메서드

정의

모든 사전 규칙 구성을 가져옵니다.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration> GetTypeMappingConfigurations ();
abstract member GetTypeMappingConfigurations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration>
Public Function GetTypeMappingConfigurations () As IEnumerable(Of ITypeMappingConfiguration)

반환

사전 규칙 구성입니다.

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

적용 대상