Click or drag to resize

AccessQueryLogicalNot Operator

Inverts a query using a logical NOT operation. The new query is satisfied whenever the original is not.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static AccessQueryNot operator !(
	AccessQuery query
)

Parameters

query
Type: AGI.Foundation.AccessAccessQuery
The query to invert.

Return Value

Type: AccessQueryNot
The inverted query.
See Also