CoreStrings.NoBackingFieldLazyLoading(Object, Object) Método

Definição

Nenhum campo de suporte foi encontrado para a propriedade '{1_entityType}. {0_property}'. As navegaçãos carregadas lentamente devem ter campos de suporte. Nomeie o campo de suporte para que ele seja descoberto por convenção ou configure o campo de suporte a ser usado.

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

Parâmetros

property
Object
entityentityType
Object

Retornos

Aplica-se a