다음을 통해 공유


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

정의

동일한 속성의 명명되지 않은 인덱스가 엔터티 형식 '{duplicateEntityType}'에 이미 있으므로 {indexProperties}를 엔터티 형식 '{entityType}'에 추가할 수 없습니다. 'OnModelCreating'의 인덱스 중 하나에 대한 이름을 추가하는 것이 좋습니다.

public static string DuplicateIndex (object index, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateIndex : obj * obj * obj -> string
static member DuplicateIndex : obj * obj * obj -> string
Public Shared Function DuplicateIndex (index As Object, entityType As Object, duplicateEntityType As Object) As String
Public Shared Function DuplicateIndex (indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String

매개 변수

indexindexProperties
Object
entityType
Object
duplicateEntityType
Object

반환

적용 대상