IVsDataColumn.IsNullable Property

Definition

Gets a value indicating whether the column 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 this column is nullable; otherwise, false.

Applies to