Cmdlets for Microsoft Ads

Build 24.0.8963

OrderBy Parameter (Select-BingAds Cmdlet)

The order in which columns will be returned.

Syntax

Select-BingAds -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-BingAds -Connection $connection -Table "AdGroups" -Columns "Name ASC" -Where "CampaignId = '234505536'"

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