SqlCeParameterCollection Members
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 | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetEnumerator | Overridden. | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
IndexOf | Overloaded. Overridden. Gets the location of the SqlCeParameter in the collection. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) | |
Insert | Overridden. Inserts a SqlCeParameter in the collection at the specified index. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Remove | Overridden. Removes the specified SqlCeParameter from the collection. | |
RemoveAt | Overloaded. Overridden. Removes the specified SqlCeParameter from the collection. | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
GetParameter | Overloaded. Gets the DbParameter with the specified property value. (inherited from DbParameterCollection) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) | |
SetParameter | Overloaded. Sets the specified parameter to the specified value. (inherited from DbParameterCollection) |
Top
Explicit Interface Implementations
Top
See Also
Reference
SqlCeParameterCollection Class
System.Data.SqlServerCe Namespace