DataParameter.GetValueCore Method
Retrieves the value of a specified parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected MustOverride Function GetValueCore As Object
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
abstract GetValueCore : unit -> Object
protected abstract 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.
Notes to Inheritors
The derived class must override this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.