Cmdlets for Garoon

Build 24.0.9060

Select-Garoon Cmdlet

Parameters   Output Objects  

Garoon データを検索します。

Syntax

Select-Garoon [parameters]

Remarks

Select-Garoon コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGaroon データを検索できます。

$conn = Connect-Garoon
Select-Garoon -Connection $conn -Table "Events" -Columns @("Id","EventMenu") -Where "CreatorName='Bob'"

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