CoreStrings.SeedDatumComplexPropertySensitive(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 seed entity for entity type '{entityType}' with the key value '{keyValue}' cannot be added because it has the complex property '{property}' set. Complex properties are currently not supported in seeding. See https://github.com/dotnet/efcore/issues/31254 for more information.
public static string SeedDatumComplexPropertySensitive (object? entityType, object? keyValue, object? property);
static member SeedDatumComplexPropertySensitive : obj * obj * obj -> string
Public Shared Function SeedDatumComplexPropertySensitive (entityType As Object, keyValue As Object, property As Object) As String
Parameters
- entityType
- Object
- keyValue
- Object
- property
- 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