Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Collects all parameters relevant to a SqlCeCommand as well as their respective mappings to DataSet columns.
The SqlCeParameterCollection type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of SqlCeParameter objects in the collection. (Overrides DbParameterCollection. . :: . .Count.) |
![]() |
IsFixedSize | Infrastructure. (Overrides DbParameterCollection. . :: . .IsFixedSize.) |
![]() |
IsReadOnly | Infrastructure. (Overrides DbParameterCollection. . :: . .IsReadOnly.) |
![]() |
IsSynchronized | Infrastructure. (Overrides DbParameterCollection. . :: . .IsSynchronized.) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets or sets the SqlCeParameter at the specified index. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets or sets the SqlCeParameter with the specified name. |
![]() |
SyncRoot | Infrastructure. (Overrides DbParameterCollection. . :: . .SyncRoot.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList. . :: . .Item[ ( [ ( Int32] ) ] ) | (inherited from DbParameterCollection) |
![]() ![]() |
IDataParameterCollection. . :: . .Item[ ( [ ( String] ) ] ) | (inherited from DbParameterCollection) |
Top