Cmdlets for Zoho Creator

Build 23.0.8839

Remove-ZohoCreator Cmdlet

Parameters   Output Objects  

Zoho Creator データを削除します。

Syntax

Remove-ZohoCreator [parameters]

Remarks

Remove-ZohoCreator コマンドレットを使って、SQL DELETE ステートメントに似た構文を用いてZoho Creator データを削除できます。

$conn = Connect-ZohoCreator -InitiateOAuth "GETANDREFRESH"
Remove-ZohoCreator -Connection $conn -Table "[CData].[Employee Management].Leave_Types" -Id "98891000000010007"
Where パラメータは主キーを指定するためにも使われます。
Remove-ZohoCreator -Connection $conn -Table "exTablePowershell;" -Where "Id = 98891000000010007"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-ZohoCreator -Connection $conn -Table [CData].[Employee Management].Leave_Types -Where "Leave_Type = 'Sick'" | Remove-ZohoCreator

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