Click or drag to resize

AccessQueryAtMostN Constructor (Int32, IEnumerableAccessQuery)

Initializes a new instance.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryAtMostN(
	int n,
	IEnumerable<AccessQuery> queries
)

Parameters

n
Type: SystemInt32
The maximum number of queries that must be satisfied.
queries
Type: System.Collections.GenericIEnumerableAccessQuery
The queries, at most n of which can be satisfied in order for this query to be satisfied.
See Also