DynamicFilter.IFilterExpressionProvider.Initialize Method (IQueryableDataSource)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DynamicFilter class.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Private Sub Initialize (
	dataSource As IQueryableDataSource
)
	Implements IFilterExpressionProvider.Initialize

Parameters

dataSource
Type: System.Web.UI.WebControls.IQueryableDataSource

The data source.

This member is an explicit interface member implementation. It can be used only when the DynamicFilter instance is cast to an IFilterExpressionProvider interface.

.NET Framework
Available since 4.5
Return to top
Show: