ComponentOne DataGrid for WPF and Silverlight
GetExpression<T> Method (FilterDescription)

C1.Silverlight.DataGrid Namespace > FilterDescription Class : GetExpression<T> Method
The elements in the data source type
Returns an expression tree representing the current state of this filter description. The expression tree can be used to execute the filter against an Ado net Data Service source.
Syntax
'Declaration
 
Public Function GetExpression(Of T)() As System.Linq.Expressions.Expression(Of Func(Of T,Boolean))
public System.Linq.Expressions.Expression<Func<T,bool>> GetExpression<T>()

Type Parameters

T
The elements in the data source type

Return Value

The filter expression
See Also

Reference

FilterDescription Class
FilterDescription Members