FilterRepeater.GetWhereParameters(IDynamicDataSource) 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.
Gets the list of Where
parameters to add to the Where
parameter collection of the FilterRepeater control.
public:
virtual System::Collections::Generic::IEnumerable<System::Web::UI::WebControls::Parameter ^> ^ GetWhereParameters(System::Web::DynamicData::IDynamicDataSource ^ dataSource);
public virtual System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters (System.Web.DynamicData.IDynamicDataSource dataSource);
abstract member GetWhereParameters : System.Web.DynamicData.IDynamicDataSource -> seq<System.Web.UI.WebControls.Parameter>
override this.GetWhereParameters : System.Web.DynamicData.IDynamicDataSource -> seq<System.Web.UI.WebControls.Parameter>
Public Overridable Function GetWhereParameters (dataSource As IDynamicDataSource) As IEnumerable(Of Parameter)
Parameters
- dataSource
- IDynamicDataSource
The data source of the Where
parameters.
Returns
A list of Where
parameters.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.