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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.