CoreStrings.PropertyConceptualNullSensitive(Object, Object, Object) Método

Definição

A propriedade '{property}' contém nulo na entidade '{entityType}' com o valor de chave '{keyValue}', mas a propriedade está marcada como obrigatória.

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

Parâmetros

property
Object
entityType
Object
keyValue
Object

Retornos

Aplica-se a