次の方法で共有


CoreStrings.PropertyWrongName(Object, Object, Object) メソッド

定義

プロパティ '{property}' は、指定された CLR プロパティまたはフィールド '{clrName}' の名前と一致しないため、型 '{type}' に追加できません。 同じ名前を使用するか、別の CLR メンバーを指定します。

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

パラメーター

property
Object
entityTypetype
Object
clrName
Object

戻り値

適用対象