Cmdlets for Kintone

Build 23.0.8839

OrderBy Parameter (Select-Kintone Cmdlet)

The order in which columns will be returned.

Syntax

Select-Kintone -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-Kintone -Connection $connection -Table "Comments" -Columns "Text ASC" -Where "AppId = '1354841'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839