Cmdlets for Reckon

Build 24.0.9060

Select-Reckon Cmdlet

Parameters   Output Objects  

Searches Reckon data.

Syntax

Select-Reckon [parameters]

Remarks

The Select-Reckon cmdlet allows you to use a syntax similar to SQL SELECT statements to search Reckon data.

$conn = Connect-Reckon
Select-Reckon -Connection $conn -Table "Customers" -Columns @("Id","Name") -Where "Name='Cook, Brian'"

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