IVsDataParameter.IsNullable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Parameter NULL-Werte zulässt.

public:
 property bool IsNullable { bool get(); };
public bool IsNullable { get; }
member this.IsNullable : bool
Public ReadOnly Property IsNullable As Boolean

Eigenschaftswert

Boolean

true, wenn der Parameter auf NULL festgelegt werden kann. andernfalls false.

Gilt für