다음을 통해 공유


CoreStrings.UnnamedIndexDefinedOnIgnoredProperty 메서드

정의

{indexProperties} 속성이 있는 엔터티 형식 '{entityType}'의 [Index] 특성을 통해 지정된 명명되지 않은 인덱스가 잘못되었습니다. '{propertyName}' 속성이 [NotMapped] 특성 또는 'OnModelCreating'의 'Ignore()'에 의해 매핑되지 않은 것으로 표시되었습니다. 인덱스에서 매핑되지 않은 속성을 사용할 수 없습니다.

public static string UnnamedIndexDefinedOnIgnoredProperty (object entityType, object indexPropertyList, object propertyName);
public static string UnnamedIndexDefinedOnIgnoredProperty (object? entityType, object? indexProperties, object? propertyName);
static member UnnamedIndexDefinedOnIgnoredProperty : obj * obj * obj -> string
static member UnnamedIndexDefinedOnIgnoredProperty : obj * obj * obj -> string
Public Shared Function UnnamedIndexDefinedOnIgnoredProperty (entityType As Object, indexPropertyList As Object, propertyName As Object) As String
Public Shared Function UnnamedIndexDefinedOnIgnoredProperty (entityType As Object, indexProperties As Object, propertyName As Object) As String

매개 변수

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

반환

적용 대상