AccessQueryAtMostN Constructor (Int32, AccessQuery) |
Initializes a new instance.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessQueryAtMostN(
int n,
params AccessQuery[] queries
)
Public Sub New (
n As Integer,
ParamArray queries As AccessQuery()
)
public:
AccessQueryAtMostN(
int n,
... array<AccessQuery^>^ queries
)
new :
n : int *
queries : AccessQuery[] -> AccessQueryAtMostN
Parameters
- n
- Type: SystemInt32
The maximum number of queries that must be satisfied. - queries
- Type: AGI.Foundation.AccessAccessQuery
The queries, at most n of which can be satisfied in order for this query to be satisfied.
See Also