RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FilterItemDefinition..::..FilterQuery<(Of <(<'TEntity>)>)> Method

Filters the query.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static IQueryable<TEntity> FilterQuery<TEntity>(
	IQueryable<TEntity> source,
	ParameterExpression param,
	Expression expression
)
Public Shared Function FilterQuery(Of TEntity) ( _
	source As IQueryable(Of TEntity), _
	param As ParameterExpression, _
	expression As Expression _
) As IQueryable(Of TEntity)
public:
generic<typename TEntity>
static IQueryable<TEntity>^ FilterQuery(
	IQueryable<TEntity>^ source, 
	ParameterExpression^ param, 
	Expression^ expression
)

Type Parameters

TEntity
The type of the t entity.

Parameters

source
Type: IQueryable<(Of <(<'TEntity>)>)>
The source.
param
Type: ParameterExpression
The parameter.
expression
Type: Expression
The expression.

Return Value

IQueryable<TEntity>.