CoreStrings.SeedDatumMissingValue(Object, Object) Método

Definição

A entidade de semente para o tipo de entidade '{entityType}' não pode ser adicionada porque nenhum valor foi fornecido para a propriedade necessária '{property}'.

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

Parâmetros

entityType
Object
property
Object

Retornos

Aplica-se a