ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / FilterExpression Class / GetSQLFilterExpression<T> Method

In This Topic
    GetSQLFilterExpression<T> Method
    In This Topic
    Gets a filtering expression suitable for Linq to SQL.
    Syntax
    'Declaration
     
    Public Function GetSQLFilterExpression(Of T)() As System.Linq.Expressions.Expression(Of Func(Of T,Boolean))
    public System.Linq.Expressions.Expression<Func<T,bool>> GetSQLFilterExpression<T>()

    Type Parameters

    T
    See Also