Cmdlets for Facebook Ads

Build 22.0.8462

OrderBy Parameter (Select-FacebookAds Cmdlet)

The order in which columns will be returned.

Syntax

Select-FacebookAds -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-FacebookAds -Connection $connection -Table "AdAccounts" -Columns "Name ASC" -Where "Name = 'Act Name'"

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