CoreStrings.NoBackingFieldLazyLoading(Object, Object) Method

Definition

No backing field was found for property '{1_entityType}.{0_property}'. Lazy-loaded navigations must have backing fields. Either name the backing field so that it is discovered by convention or configure the backing field to use.

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

Parameters

property
Object
entityentityType
Object

Returns

Applies to