Gets the collection of parameters used when this data source makes a navigation query.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public ParameterCollection SelectParameters { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectParameters As ParameterCollection
Visual C++
public:
property ParameterCollection^ SelectParameters {
	ParameterCollection^ get ();
}

See Also