Share via


IVsDataParameterDescriptor.IsNullable Property

Gets a value indicating whether this data parameter can contain a nulla null reference (Nothing in Visual Basic) value.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsNullable As Boolean
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool with get
function get IsNullable () : boolean

Property Value

Type: System.Boolean
true if this data parameter can contain a nulla null reference (Nothing in Visual Basic) value; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataParameterDescriptor Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace