Bagikan melalui


CoreStrings.KeyPropertyCannotBeNullable(Object, Object, Object) Metode

Definisi

Properti '{1_entityType}. {0_property}' tidak dapat ditandai sebagai nullable/opsional karena telah disertakan dalam kunci {keyProperties}.

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

Parameter

property
Object
entityType
Object
keykeyProperties
Object

Mengembalikan

Berlaku untuk