EntityParameter.IsNullable Propriedade

Definição

Obtém ou define um valor que indica se o parâmetro aceita valores nulos.

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 Propriedade

true se forem aceites valores nulos; caso contrário, false.

Aplica-se a