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

'宣言
Protected Overrides Function GetValueCore As Object
'使用
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.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

SetValueCore