IVsDataParameter.IsNullable Property

Definition

Gets a value indicating whether the parameter is nullable.

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

Property Value

true if the parameter is nullable; otherwise, false.

Applies to