Sphinx |
The SphinxQLParameterCollection 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 DbParameterCollection.IsFixedSize) | |
| IsReadOnly |
Specifies whether the collection is read-only.
(Overrides DbParameterCollection.IsReadOnly) | |
| IsSynchronized |
Specifies whether the collection is synchronized.
(Overrides DbParameterCollection.IsSynchronized) | |
| ItemInt32 | Gets or sets the SphinxQLParameter at the specified index. | |
| ItemString | Gets or sets the SphinxQLParameter with the specified name. | |
| SyncRoot |
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollection.SyncRoot) |
| Name | Description | |
|---|---|---|
| IListItem | Gets or sets the element at the specified index. (Inherited from DbParameterCollection) | |
| IDataParameterCollectionItem | Gets or sets the parameter at the specified index. (Inherited from DbParameterCollection) |