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

AceQLParameter..::..ParamContainBlob Property

Gets or sets a value indicating whether parameters list contains a CLOB/BLOB. (Used to deny to call executeBatch() on this kind of table.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public bool ParamContainBlob { get; set; }

Field Value

true if parameters list contains a CLOB/BLOB; otherwise, false.