Click or drag to resize

JoinQueryParameters Fields

The JoinQueryParameters type exposes the following members.

Fields
  NameDescription
Public fieldAnchorParameters
The anchor objects. The list index of the JoinAnchorParameters collection must conform to the index of the JoinPath collection in the query specification.
Public fieldConstraintValues
The constraint parameter values.
Public fieldMaxResults
The maximum number of result rows to be retrieved.
Public fieldMinAuthLevel
The required authorization level used for authorization check.
Public fieldPagingOffset
The paging offset.
Public fieldSkipAuthCheck
Indicates if the query is executed without authorization check, even if the query specifications CheckAuthorization property is set to true.
Public fieldSubqueryParameters
The parameters for the subqueries. The key of the dictionary must be the name of the subquery.
Public fieldUserName
The user name used for authorization check.
Top
See Also