Click or drag to resize

AccessQueryAnd Constructor (AccessQuery, AccessQuery)

Initializes a new instance representing the logical AND of two 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 AccessQueryAnd(
	AccessQuery first,
	AccessQuery second
)

Parameters

first
Type: AGI.Foundation.AccessAccessQuery
The first sub-query.
second
Type: AGI.Foundation.AccessAccessQuery
The second sub-query.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when first or second is .
See Also