CoreStrings.PropertyNotAddedAdHoc(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 property '{entityType}.{property}' could not be mapped because it is of type '{propertyType}', which is not a supported primitive type or a valid entity type. The property can be ignored using the '[NotMapped]' attribute.
public static string PropertyNotAddedAdHoc (object? entityType, object? property, object? propertyType);
static member PropertyNotAddedAdHoc : obj * obj * obj -> string
Public Shared Function PropertyNotAddedAdHoc (entityType As Object, property As Object, propertyType As Object) As String
Parameters
- entityType
- Object
- property
- Object
- propertyType
- 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