Click or drag to resize

SphinxQLParameterCollection Properties

The SphinxQLParameterCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Specifies the number of items in the collection.
(Overrides DbParameterCollectionCount)
Public propertyIsFixedSize Specifies whether the collection is a fixed size.
(Overrides DbParameterCollection.IsFixedSize)
Public propertyIsReadOnly Specifies whether the collection is read-only.
(Overrides DbParameterCollection.IsReadOnly)
Public propertyIsSynchronized Specifies whether the collection is synchronized.
(Overrides DbParameterCollection.IsSynchronized)
Public propertyItemInt32 Gets or sets the SphinxQLParameter at the specified index.
Public propertyItemString Gets or sets the SphinxQLParameter with the specified name.
Public propertySyncRoot Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollection.SyncRoot)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIListItemGets or sets the element at the specified index.
(Inherited from DbParameterCollection)
Explicit interface implementationPrivate propertyIDataParameterCollectionItemGets or sets the parameter at the specified index.
(Inherited from DbParameterCollection)
Top
See Also