Freigeben über


CoreStrings.NullRequiredComplexProperty(Object, Object) Methode

Definition

Die komplexe Typeigenschaft '{type}. {property}' ist als erforderlich (nicht nullable) konfiguriert, weist jedoch beim Speichern von Änderungen einen NULL-Wert auf. Nur komplexe Eigenschaften ungleich NULL werden von EF Core 8 unterstützt.

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

Parameter

type
Object
property
Object

Gibt zurück

Gilt für: