Cmdlets for Workday

Build 22.0.8479

EnforceWQLRowLimit Parameter (Connect-Workday Cmdlet)

Determines whether the provider restricts queries to returning only 1 million rows.

Syntax

Connect-Workday -EnforceWQLRowLimit bool

Data Type

bool

Default Value

true

Remarks

By default the 本製品 will add a LIMIT 1000000 to any WQL query it executes. This prevents Workday from raising an error if the query would return too many values.

If you disable this option, the 本製品 will not add the LIMIT clause. Any queries that would return more rows than the Workday row limit will instead raise an error.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479