次の方法で共有


RelationalStrings.IncompatibleTableCommentMismatch メソッド

定義

エンティティ型 '{otherEntityType}' に使用されており、コメント '{comment}' がコメント '{otherComment}' と一致しないため、エンティティ型 '{entityType}' にテーブル '{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

戻り値

適用対象