Compartir a través de


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

Definición

No se ha asociado ninguna propiedad al campo '{field}' del tipo de entidad '{entity}'. Configure una propiedad o use otra '{propertyAccessMode}'.

public static string NoProperty (object field, object entity, object pam);
public static string NoProperty (object field, object entity, object propertyAccessMode);
public static string NoProperty (object? field, object? entity, object? propertyAccessMode);
static member NoProperty : obj * obj * obj -> string
static member NoProperty : obj * obj * obj -> string
Public Shared Function NoProperty (field As Object, entity As Object, pam As Object) As String
Public Shared Function NoProperty (field As Object, entity As Object, propertyAccessMode As Object) As String

Parámetros

field
Object
entity
Object
pampropertyAccessMode
Object

Devoluciones

Se aplica a