다음을 통해 공유


RelationalStrings.ConflictingSeedValuesSensitive 메서드

정의

엔터티 형식 '{entityType}'의 시드 엔터티는 동일한 테이블 '{table}'에 매핑된 다른 시드 엔터티와 동일한 키 값 {keyValue}을(를) 가지고 있지만 열 '{column}'('{firstValue}', '{secondValue}')의 값이 다릅니다.

public static string ConflictingSeedValuesSensitive (object? entityType, object? keyValue, object? table, object? column, object? firstValue, object? secondValue);
static member ConflictingSeedValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingSeedValuesSensitive (entityType As Object, keyValue As Object, table As Object, column As Object, firstValue As Object, secondValue As Object) As String

매개 변수

entityType
Object
keyValue
Object
table
Object
column
Object
firstValue
Object
secondValue
Object

반환

적용 대상