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 propertySyncRoot
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollection.SyncRoot.)
Top
See Also