EntityParameter.IsNullable Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy parametr akceptuje wartości 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

Wartość właściwości

true jeśli wartości null są akceptowane; w przeciwnym razie , false.

Dotyczy