CqlParameterCollection Properties |
The CqlParameterCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Specifies the number of items in the collection.
(Overrides DbParameterCollectionCount.) | |
IsFixedSize |
Specifies whether the collection is a fixed size.
(Overrides DbParameterCollectionIsFixedSize.) | |
IsReadOnly |
Specifies whether the collection is read-only.
(Overrides DbParameterCollectionIsReadOnly.) | |
IsSynchronized |
Specifies whether the collection is synchronized.
(Overrides DbParameterCollectionIsSynchronized.) | |
ItemInt32 | Gets and sets the DbParameter at the specified index. (Inherited from DbParameterCollection.) | |
ItemString | Gets and sets the DbParameter with the specified name. (Inherited from DbParameterCollection.) | |
SyncRoot |
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollectionSyncRoot.) |