Bagikan melalui


CoreStrings.PropertyWrongName(Object, Object, Object) Metode

Definisi

Properti '{property}' tidak dapat ditambahkan ke tipe '{type}' karena tidak cocok dengan nama properti CLR yang disediakan atau bidang '{clrName}'. Gunakan nama yang sama atau tentukan anggota CLR yang berbeda.

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

Parameter

property
Object
entityTypetype
Object
clrName
Object

Mengembalikan

Berlaku untuk