DataParameter.GetValueImpl 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 ^ GetValueImpl();
protected abstract object GetValueImpl ();
abstract member GetValueImpl : unit -> obj
Protected MustOverride Function GetValueImpl () As Object
Returns
Returns the value of the specified parameter.