Click or drag to resize

AccessQueryExactlyN Properties

The AccessQueryExactlyN type exposes the following members.

Properties
  NameDescription
Public propertyDebuggingLogger
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyN
Gets or sets the number of Queries that must be satisfied in order for this query to be satisfied.
Public propertyQueries
Gets the collection of queries, exactly N of which must be satisfied in order for this query to be satisfied.
Top
See Also