Click or drag to resize
CqlParameterCollection Properties

The CqlParameterCollection 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 DbParameterCollectionIsFixedSize.)
Public propertyIsReadOnly
Specifies whether the collection is read-only.
(Overrides DbParameterCollectionIsReadOnly.)
Public propertyIsSynchronized
Specifies whether the collection is synchronized.
(Overrides DbParameterCollectionIsSynchronized.)
Public propertyItemInt32
Gets and sets the DbParameter at the specified index.
(Inherited from DbParameterCollection.)
Public propertyItemString
Gets and sets the DbParameter with the specified name.
(Inherited from DbParameterCollection.)
Public propertySyncRoot
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollectionSyncRoot.)
Top
See Also