Click or drag to resize

AccessQueryExactlyN Constructor (Int32, AccessQuery)

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 AccessQueryExactlyN(
	int n,
	params AccessQuery[] queries
)

Parameters

n
Type: SystemInt32
The number of queries that must be satisfied.
queries
Type: AGI.Foundation.AccessAccessQuery
The queries, exactly n of which must be satisfied in order for this query to be satisfied.
See Also