DynamicDataExtensions::ExpandDynamicWhereParameters Method
Expands dynamic filters into Where parameters that are usable by the data source.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[ExtensionAttribute] public: static void ExpandDynamicWhereParameters( IDynamicDataSource^ dataSource )
Parameters
- dataSource
- Type: System.Web.DynamicData::IDynamicDataSource
The data source object.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IDynamicDataSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).This method expands the values of the current instances of the DynamicControlParameter and DynamicQueryStringParameter controls and expands them into Where parameters that are usable in queries by the data source.
- AspNetHostingPermission
for operating in a hosted environment. Security action: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel::Minimal
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.