Condividi tramite


CoreStrings.NullRequiredComplexProperty(Object, Object) Metodo

Definizione

Proprietà del tipo complesso '{type}. {property}' è configurato come obbligatorio (non nullable), ma ha un valore Null durante il salvataggio delle modifiche. Solo le proprietà complesse non Null sono supportate da EF Core 8.

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

Parametri

type
Object
property
Object

Restituisce

Si applica a