Xceed DataGrid for Silverlight Documentation
ToExpression<T>() Method


Creates a predicate expression from the filter expression that was passed at construction
Syntax
'Declaration
 
Public Overloads Function ToExpression(Of T)() As Expression(Of Func(Of T,Boolean))
'Usage
 
Dim instance As PredicateExpressionBuilder
Dim value As Expression(Of Func(Of T,Boolean))
 
value = instance.ToExpression(Of T)()
public Expression<Func<T,bool>> ToExpression<T>()

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

PredicateExpressionBuilder Class
PredicateExpressionBuilder Members
Overload List

Send Feedback