Limits a QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> result set to a non-numerical, special case value.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum QueryResultLimit
Visual Basic
Public Enumeration QueryResultLimit

Members

Member nameValueDescription
DynamicLimit0 The result set will have a dynamic result length based on the number of properties that are queried. If more than five properties are queried, the results will be limited to 300 items. If five or less properties are queried, the results will be unlimited. This is the default limit that is applied to queries and should be used in most cases.
Unlimited1 The result set will be unlimited. This should be used with extreme caution and only when requesting data that is of a reasonable number of properties and result entries.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also