RelationalStrings.IncompatibleTableCommentMismatch 메서드

정의

엔터티 형식 '{entityType}'이(가) 엔터티 형식 '{otherEntityType}'에 사용되고 주석 '{comment}'이(가) 주석 '{otherComment}'과 일치하지 않으므로 '{table}' 테이블을 사용할 수 없습니다.

public static string IncompatibleTableCommentMismatch (object table, object entityType, object otherEntityType, object comment, object otherComment);
public static string IncompatibleTableCommentMismatch (object? table, object? entityType, object? otherEntityType, object? comment, object? otherComment);
static member IncompatibleTableCommentMismatch : obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableCommentMismatch (table As Object, entityType As Object, otherEntityType As Object, comment As Object, otherComment As Object) As String

매개 변수

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

반환

적용 대상