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 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 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 DbParameterCollection.SyncRoot.)
Top
See Also