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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.