Condividi tramite


CoreStrings.NullableKey(Object, Object) Metodo

Definizione

Una chiave sul tipo di entità '{entityType}' non può contenere la proprietà '{property}' perché è nullable/facoltativa. Tutte le proprietà in cui viene dichiarata una chiave devono essere contrassegnate come non nullable/obbligatorio.

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

Parametri

entityType
Object
property
Object

Restituisce

Si applica a