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

AceQLParameter Members

The AceQLParameter type exposes the following members.

Constructors


  Name Description
Public method AceQLParameter(String)
Initializes a new instance of the AceQLParameter class.
Public method AceQLParameter(String, AceQLNullValue)
Initializes a new instance of the AceQLParameter class to pass a NULL value to the remote SQL database using an AceQLNullValue class instance.
Public method AceQLParameter(String, Object)
Initializes a new instance of the AceQLParameter class.
Public method AceQLParameter(String, Stream, Int64)
Initializes a new instance of the AceQLParameter class. To be used for Blobs.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
Gets a string that contains AceQLParameter.ParameterName

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.