AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLParameter Properties

The AceQLParameter type exposes the following members.

Properties


  Name Description
Public property Direction
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Public property ParamContainBlob
Gets or sets a value indicating whether parameters list contains a CLOB/BLOB. (Used to deny to call executeBatch() on this kind of table.
Public property ParameterName
Gets name of the AceQLParameter name.
Public property Value
Gets the value of the parameter.