다음을 통해 공유


CoreStrings.PropertyNotMapped(Object, Object, Object) 메서드

정의

'{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

반환

적용 대상