Click or drag to resize

ICompositeAccessQuery Interface

An interface to an AccessQuery which is composed of one or more sub-queries.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICompositeAccessQuery

The ICompositeAccessQuery type exposes the following members.

Properties
  NameDescription
Public propertyQueries
Gets the collection of sub-queries.
Top
See Also