Share via


CoreStrings.PropertyWrongName(Object, Object, Object) Método

Definição

A propriedade '{property}' não pode ser adicionada ao tipo '{type}' porque não corresponde ao nome da propriedade ou campo CLR fornecido '{clrName}'. Use o mesmo nome ou especifique um membro CLR diferente.

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

Parâmetros

property
Object
entityTypetype
Object
clrName
Object

Retornos

Aplica-se a