RelationalStrings.IncompatibleTableKeyNameMismatch 메서드

정의

엔터티 형식 '{otherEntityType}'에 사용되고 기본 키 {primaryKey}의 이름 '{keyName}'이(가) 기본 키 {otherPrimaryKey}의 이름 '{otherName}'과 일치하지 않으므로 엔터티 형식 '{entityType}'에 테이블 '{table}'을(를) 사용할 수 없습니다.

public static string IncompatibleTableKeyNameMismatch (object table, object entityType, object otherEntityType, object keyName, object primaryKey, object otherName, object otherPrimaryKey);
public static string IncompatibleTableKeyNameMismatch (object? table, object? entityType, object? otherEntityType, object? keyName, object? primaryKey, object? otherName, object? otherPrimaryKey);
static member IncompatibleTableKeyNameMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableKeyNameMismatch (table As Object, entityType As Object, otherEntityType As Object, keyName As Object, primaryKey As Object, otherName As Object, otherPrimaryKey As Object) As String

매개 변수

table
Object
entityType
Object
otherEntityType
Object
keyName
Object
primaryKey
Object
otherName
Object
otherPrimaryKey
Object

반환

적용 대상