AccessQueryExactlyN Constructor (Int32,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 AccessQueryExactlyN(
int n,
params AccessQuery[] queries
)
Public Sub New (
n As Integer,
ParamArray queries As AccessQuery()
)
public:
AccessQueryExactlyN(
int n,
... array<AccessQuery^>^ queries
)
new :
n : int *
queries : AccessQuery[] -> AccessQueryExactlyN
Parameters
- n
- Type: System.Int32
The number of queries that must be satisfied. - queries
- Type:AGI.Foundation.Access.AccessQuery[]
The queries, exactly n of which must be satisfied in order for this query to be satisfied.
See Also