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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.