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
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework