Condividi tramite


CoreStrings.SeedDatumDefaultValue(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere l'entità seed per il tipo di entità '{entityType}' perché è stato fornito un valore predefinito per la proprietà obbligatoria '{property}'. Specificare un valore diverso da '{defaultValue}'.

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

Parametri

entityType
Object
property
Object
defaultValue
Object

Restituisce

Si applica a