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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.