Gets the collection of parameters used when this data source makes a query to the MDEX Engine.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# | 
|---|
[DefaultValueAttribute(null)] public ParameterCollection SelectParameters { get; }  | 
| Visual Basic (Declaration) | 
|---|
<DefaultValueAttribute(Nothing)> _ Public ReadOnly Property SelectParameters As ParameterCollection  | 
| Visual C++ | 
|---|
[DefaultValueAttribute(nullptr)] public: property ParameterCollection^ SelectParameters { ParameterCollection^ get (); }  |