DynamicDataExtensions.ExpandDynamicWhereParameters(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.
Expands dynamic filters into Where
parameters that are usable by the data source.
public:
[System::Runtime::CompilerServices::Extension]
static void ExpandDynamicWhereParameters(System::Web::DynamicData::IDynamicDataSource ^ dataSource);
public static void ExpandDynamicWhereParameters (this System.Web.DynamicData.IDynamicDataSource dataSource);
static member ExpandDynamicWhereParameters : System.Web.DynamicData.IDynamicDataSource -> unit
<Extension()>
Public Sub ExpandDynamicWhereParameters (dataSource As IDynamicDataSource)
Parameters
- dataSource
- IDynamicDataSource
The data source object.
Remarks
This method expands the values of the current instances of the DynamicControlParameter and DynamicQueryStringParameter controls into Where
parameters that are usable in queries by the data source.
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.