Click or drag to resize

AccessQueryNot Constructor (AccessQuery)

Initializes a new instance representing the logical NOT of a query.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryNot(
	AccessQuery invertedQuery
)

Parameters

invertedQuery
Type: AGI.Foundation.AccessAccessQuery
The query to invert.
See Also