Cmdlets for Zoho Books

Build 22.0.8479

OrderBy Parameter (Select-ZohoBooks Cmdlet)

カラムが返される順番。

Syntax

Select-ZohoBooks -OrderBy string

Remarks

カラムが返される順番。このパラメータの値はSQL ステートメントのORDER BY 句と同じ構文を持ちます。複数のカラムおよびそれぞれの並べ替え順を、カンマ区切りリストで指定できます。

Select-ZohoBooks -Connection $connection -Table "INVOICES" -Columns "InvoiceNumber ASC" -Where "CustomerName = 'NewTech Industries'"

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