IConventionDbFunction.SetIsNullable(Boolean, Boolean) Methode

Definition

Legt den Wert fest, der angibt, ob die Datenbankfunktion EINEN NULL-Wert zurückgeben kann.

public bool SetIsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member SetIsNullable : bool * bool -> bool
Public Function SetIsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameter

nullable
Boolean

Der Wert, der angibt, ob die Datenbankfunktion einen NULL-Wert zurückgeben kann.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Der konfigurierte Wert.

Gilt für: