Table of Contents

Interface ILinqExtendedCriteriaVisitor<T>

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public interface ILinqExtendedCriteriaVisitor<T>

Type Parameters

T

Methods

Visit(ExpressionAccessOperator)

T Visit(ExpressionAccessOperator theOperand)

Parameters

theOperand ExpressionAccessOperator

Returns

T

Visit(MemberInitOperator)

T Visit(MemberInitOperator theOperand)

Parameters

theOperand MemberInitOperator

Returns

T

Visit(QuerySet)

T Visit(QuerySet theOperand)

Parameters

theOperand QuerySet

Returns

T