次の方法で共有


CoreStrings.EntityTypeNotFound(Object) メソッド

定義

エンティティ型 '{entityType}' が見つかりませんでした。 エンティティ型がモデルに追加されていることを確認します。

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

パラメーター

entityType
Object

戻り値

適用対象