AceQLParameter Members
The AceQLParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AceQLParameter(String) |
Initializes a new instance of the AceQLParameter class.
|
|
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.
|
|
AceQLParameter(String, Object) |
Initializes a new instance of the AceQLParameter class.
|
|
AceQLParameter(String, Stream, Int64) |
Initializes a new instance of the AceQLParameter class.
To be used for Blobs.
|
Properties
Name | Description | |
---|---|---|
Direction |
Gets or sets a value that indicates whether the parameter is input-only,
output-only, bidirectional,
or a stored procedure return value parameter.
|
|
ParameterName |
Gets name of the AceQLParameter name.
|
|
Value |
Gets the value of the parameter.
|