CoreStrings.NamedIndexDefinedOnNonExistentProperty 메서드

정의

엔터티 형식 '{entityType}'의 [Index] 특성을 통해 지정된 인덱스 '{indexName}'은 {indexProperties}속성을 참조하지만 이름이 '{propertyName}'인 속성은 해당 엔터티 형식 또는 해당 기본 형식에 없습니다.

public static string NamedIndexDefinedOnNonExistentProperty (object indexName, object entityType, object indexPropertyList, object propertyName);
public static string NamedIndexDefinedOnNonExistentProperty (object? indexName, object? entityType, object? indexProperties, object? propertyName);

매개 변수

indexName
Object
entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

반환

적용 대상

제품 버전
Entity Framework Core 5.0, 6.0, 7.0, 8.0