CoreStrings.NoBackingFieldLazyLoading(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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? entityType);
public static string NoBackingFieldLazyLoading(object property, object entity);
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, entityType As Object) As String
Public Shared Function NoBackingFieldLazyLoading (property As Object, entity As Object) As String
Parameters
- property
- Object
- entityTypeentity
- Object