Share via


EntityParameter.IsNullable Propiedad

Definición

Obtiene o establece un valor que indica si el parámetro acepta valores null.

public:
 virtual property bool IsNullable { bool get(); void set(bool value); };
public override bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Overrides Property IsNullable As Boolean

Valor de propiedad

true si se aceptan valores null; de lo contrario, false.

Se aplica a