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
protected override Object GetValueCore()
protected:
virtual Object^ GetValueCore() override
abstract GetValueCore : unit -> Object  
override GetValueCore : unit -> Object
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

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

SetValueCore