DbParameter.IsNullable Vlastnost

Definice

Získá nebo nastaví hodnotu, která urč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 jsou přijaty hodnoty null; jinak false. Výchozí hodnota je false.

Atributy

Poznámky

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

Platí pro

Viz také