Gets the value of the parameter with the specified name, or null if there is no such parameter.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected Object GetParameterValue(
	string name
)
Visual Basic (Declaration)
Protected Function GetParameterValue ( _
	name As String _
) As Object
Visual C++
protected:
Object^ GetParameterValue(
	String^ name
)

Parameters

name
Type: System..::.String

See Also