CoreStrings.PropertyNotMapped(Object, Object, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
'{propertyType}' 속성 '{entityType}. 데이터베이스 공급자가 이 형식을 지원하지 않으므로 {property}'을(를) 매핑할 수 없습니다. 값 변환기를 사용하여 데이터베이스에서 지원하는 형식으로 속성 값을 변환하는 것이 좋습니다. 자세한 내용은 https://aka.ms/efcore-docs-value-converters 을 참조하세요. 또는 '[NotMapped]' 특성을 사용하거나 'OnModelCreating'에서 'EntityTypeBuilder.Ignore'를 사용하여 모델에서 속성을 제외합니다.
public static string PropertyNotMapped (object entityType, object property, object propertyType);
public static string PropertyNotMapped (object? entityType, object? property, object? propertyType);
public static string PropertyNotMapped (object? propertyType, object? entityType, object? property);
static member PropertyNotMapped : obj * obj * obj -> string
static member PropertyNotMapped : obj * obj * obj -> string
Public Shared Function PropertyNotMapped (entityType As Object, property As Object, propertyType As Object) As String
Public Shared Function PropertyNotMapped (propertyType As Object, entityType As Object, property As Object) As String
매개 변수
- entityTypepropertyType
- Object
- propertyentityType
- Object
- propertyTypeproperty
- Object
반환
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework