SqlCeParameterCollection Properties

Include Protected Members
Include Inherited Members

The SqlCeParameterCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of SqlCeParameter objects in the collection. (Overrides DbParameterCollection.Count.)
Public property IsFixedSize Infrastructure. (Overrides DbParameterCollection.IsFixedSize.)
Public property IsReadOnly Infrastructure. (Overrides DbParameterCollection.IsReadOnly.)
Public property IsSynchronized Infrastructure. (Overrides DbParameterCollection.IsSynchronized.)
Public property Item[Int32] Gets or sets the SqlCeParameter at the specified index.
Public property Item[String] Gets or sets the SqlCeParameter with the specified name.
Public property SyncRoot Infrastructure. (Overrides DbParameterCollection.SyncRoot.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IList.Item (inherited from DbParameterCollection)
Explicit interface implemetationPrivate property IDataParameterCollection.Item (inherited from DbParameterCollection)

Top

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace