AccessQueryAtMostN Constructor (Int32, IEnumerable<AccessQuery>) |
Initializes a new instance.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessQueryAtMostN(
int n,
IEnumerable<AccessQuery> queries
)
Public Sub New (
n As Integer,
queries As IEnumerable(Of AccessQuery)
)
public:
AccessQueryAtMostN(
int n,
IEnumerable<AccessQuery^>^ queries
)
new :
n : int *
queries : IEnumerable<AccessQuery> -> AccessQueryAtMostN
Parameters
- n
- Type: System.Int32
The maximum number of queries that must be satisfied. - queries
- Type: System.Collections.Generic.IEnumerable<AccessQuery>
The queries, at most n of which can be satisfied in order for this query to be satisfied.
See Also