CoreStrings.SeedDatumDerivedType(Object, Object) Method

Definition

The seed entity for entity type '{entityType}' cannot be added because the value provided is of a derived type '{derivedType}'. Add the derived seed entities to the corresponding entity type.

public static string SeedDatumDerivedType (object entityType, object derivedType);
public static string SeedDatumDerivedType (object? entityType, object? derivedType);
static member SeedDatumDerivedType : obj * obj -> string
Public Shared Function SeedDatumDerivedType (entityType As Object, derivedType As Object) As String

Parameters

entityType
Object
derivedType
Object

Returns

Applies to