CoreStrings.MissingBackingField(Object, 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.
The specified field '{field}' could not be found for property '{2_entityType}.{1_property}'.
public static string MissingBackingField(object? field, object? property, object? entityType);
public static string MissingBackingField(object field, object property, object entityType);
static member MissingBackingField : obj * obj * obj -> string
Public Shared Function MissingBackingField (field As Object, property As Object, entityType As Object) As String
Parameters
- field
- Object
- property
- Object
- entityType
- Object