다음을 통해 공유


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

정의

속성 '{1_entityType}입니다. {0_property}'에는 값 집합이 없으며 '{propertyType}' 형식의 속성에 사용할 수 있는 값 생성기가 없습니다. 엔터티를 추가하기 전에 속성 값을 설정하거나 'OnModelCreating'에서 '{propertyType}' 형식의 속성에 대한 값 생성기를 구성합니다.

public static string NoValueGenerator (object property, object entityType, object propertyType);
public static string NoValueGenerator (object? property, object? entityType, object? propertyType);
static member NoValueGenerator : obj * obj * obj -> string
Public Shared Function NoValueGenerator (property As Object, entityType As Object, propertyType As Object) As String

매개 변수

property
Object
entityType
Object
propertyType
Object

반환

적용 대상