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