다음을 통해 공유


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty 메서드

정의

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

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

매개 변수

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

반환

적용 대상