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 following tables list the members exposed by the SqlCeParameterCollection type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Overridden. Gets the number of SqlCeParameter objects in the collection. |
![]() |
IsFixedSize | Overridden. |
![]() |
IsReadOnly | Overridden. |
![]() |
IsSynchronized | Overridden. |
![]() |
Item | Overloaded. Gets or sets the SqlCeParameter with a specified attribute. |
![]() |
SyncRoot | Overridden. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. Overridden. Adds a SqlCeParameter to the SqlCeCommand. |
![]() |
AddRange | Overridden. Adds an array of SqlCeParameter objects to SqlCeParameterCollection. |
![]() |
AddWithValue | Adds a new SqlCeParameter to the SqlCeParameterCollection and sets its value. |
![]() |
Clear | Overridden. Removes all items from the collection. |
![]() |
Contains | Overloaded. Overridden. Indicates whether a SqlCeParameter exists in the collection. |
![]() |
CopyTo | Overridden. Copies SqlCeParameter objects from the SqlCeParameterCollection to the specified array. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetEnumerator | Overridden. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
IndexOf | Overloaded. Overridden. Gets the location of the SqlCeParameter in the collection. |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
Insert | Overridden. Inserts a SqlCeParameter in the collection at the specified index. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Overridden. Removes the specified SqlCeParameter from the collection. |
![]() |
RemoveAt | Overloaded. Overridden. Removes the specified SqlCeParameter from the collection. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
GetParameter | Overloaded. (inherited from DbParameterCollection ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
![]() |
SetParameter | Overloaded. (inherited from DbParameterCollection ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IList.Item | (inherited from DbParameterCollection ) | |
System.Data.IDataParameterCollection.Item | (inherited from DbParameterCollection ) |
Top
See Also
Reference
SqlCeParameterCollection Class
System.Data.SqlServerCe Namespace