DbParameter.IsNullable Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda parametr přijímá hodnoty 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

Hodnota vlastnosti

true Pokud hodnoty null jsou přijaty; jinak false. Výchozí formát je false.

Atributy

Poznámky

Hodnoty Null se zpracovávají pomocí DBNull třídy .

Platí pro

Viz také