AWS.S3.TS3SelectParameters.SQL

Construct an SQL SelectParameters node.

class function SQL(const AExpression: string): TS3SelectParameters; static;
static __fastcall TS3SelectParameters SQL(const AnsiString AExpression);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AExpression: string
An SQL expression used to query the object.

An TS3SelectParameters instance configured with an SQL expression.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.