DataParameter.GetValueCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value of a specified parameter.
protected:
abstract System::Object ^ GetValueCore();
protected abstract object GetValueCore ();
abstract member GetValueCore : unit -> obj
Protected MustOverride Function GetValueCore () As Object
Returns
The value of the specified parameter.