Cmdlets for SuiteCRM

Build 22.0.8462

OrderBy Parameter (Select-SuiteCRM Cmdlet)

The order in which columns will be returned.

Syntax

Select-SuiteCRM -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-SuiteCRM -Connection $connection -Table "Accounts" -Columns "Industry ASC" -Where "Industry = 'Manufacturing'"

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