Table of Contents

Interface IQueryConstraintProvider

Namespace
JsonApiDotNetCore.Queries
Assembly
JsonApiDotNetCore.dll

Provides constraints (such as filters, sorting, pagination, sparse fieldsets and inclusions) to be applied on a data set.

public interface IQueryConstraintProvider

Methods

GetConstraints()

Returns a set of scoped expressions.

IReadOnlyCollection<ExpressionInScope> GetConstraints()

Returns

IReadOnlyCollection<ExpressionInScope>