Freigeben über


IVsDataParameterDescriptor.IsNullable Property

Definition

Gets a value indicating whether this data parameter can contain a null value.

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 data parameter can contain a null value; otherwise, false.

Applies to