다음을 통해 공유


CoreStrings.SeedDatumDuplicate(Object, Object) 메서드

정의

{keyProperties}에 대해 동일한 키 값을 가진 다른 시드 엔터티가 이미 추가되었으므로 엔터티 형식 '{entityType}'에 대한 시드 엔터티를 추가할 수 없습니다. 'DbContextOptionsBuilder.EnableSensitiveDataLogging'을 사용하여 충돌하는 키 값을 확인하는 것이 좋습니다.

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

매개 변수

entityType
Object
keyProperties
Object

반환

적용 대상