AceQLParameterCollection Properties
The AceQLParameterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
CmdText |
Gets the command text.
|
|
Count |
Specifies the number of items in the collection.
|
|
IsFixedSize |
Specifies whether the collection is a fixed size. Not implemented.
|
|
IsReadOnly |
Specifies whether the collection is read-only.
|
|
IsSynchronized |
Specifies whether the collection is synchronized. Not implemented.
|
|
Item |
Returns parameter at specified index.
|
|
SyncRoot |
Specifies the Object to be used to synchronize access to the collection. Not implemented.
|