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: 25.1.421.0 (25.1.421.0)
Syntax
public AccessQueryNot(
	AccessQuery invertedQuery
)

Parameters

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