Share via


AdoDotNetParameter.GetIsNullableCore Method

Retrieves a Boolean value indicating whether this parameter can be nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overrides Function GetIsNullableCore As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.GetIsNullableCore()
protected override bool GetIsNullableCore()
protected:
virtual bool GetIsNullableCore() override
protected override function GetIsNullableCore() : boolean

Return Value

Type: System.Boolean
true if this parameter can have a null value; otherwise, false.

Remarks

This method is called by the implementation of the IsNullable property.

The base implementation of this method returns true.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace