DynamicControlParameter.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.
Returns the collection of parameters that are used to create a Where
clause for when the data source is queried.
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 IDynamicDataSource instance to get the parameters from.
Returns
A collection of Parameter objects that represent the query parameters for the specified IDynamicDataSource instance.
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.