Cmdlets for Oracle Fusion Cloud HCM

Build 25.0.9539

OrderBy Parameter (Select-OracleHCM Cmdlet)

The order in which columns will be returned.

Syntax

Select-OracleHCM -OrderBy string

Remarks

The order in which columns will be returned. The value of this parameter has the same syntax as the ORDER BY clause of an SQL statement. You can specify multiple columns and the order to sort each by in a comma-separated list.

Select-OracleHCM -Connection $connection -Table "RecruitingCESites" -Columns "SiteName ASC" -Where "SiteName = 'Bob'"

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539