Share via


AdoDotNetParameter.GetValueCore Method

Retrieves the value of a specified parameter.

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

Syntax

'Declaration
Protected Overrides Function GetValueCore As Object
'Usage
Dim returnValue As Object 

returnValue = Me.GetValueCore()
protected override Object GetValueCore()
protected:
virtual Object^ GetValueCore() override
protected override function GetValueCore() : Object

Return Value

Type: System.Object
The value of the specified parameter.

Remarks

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

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

SetValueCore