共用方式為


CoreStrings.PropertyNotFound(Object, Object) 方法

定義

屬性 '{1_entityType}。找不到 {0_property}'。 請確定屬性存在且已包含在模型中。

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

參數

property
Object
entityType
Object

傳回

適用於