Click or drag to resize

AccessQueryAtMostNQueries Property

Gets the collection of queries, at most N of which can be satisfied in order for this query to be satisfied.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryCollection Queries { get; }

Property Value

Type: AccessQueryCollection

Implements

ICompositeAccessQueryQueries
See Also