DbParameter.IsNullable Propiedad

Definición

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

public:
 abstract property bool IsNullable { bool get(); void set(bool value); };
public abstract bool IsNullable { get; set; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.IsNullable : bool with get, set
Public MustOverride Property IsNullable As Boolean

Valor de propiedad

true si se aceptan valores null; en caso contrario, false. De manera predeterminada, es false.

Atributos

Comentarios

Los valores NULL se controlan mediante la DBNull clase .

Se aplica a

Consulte también