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
8h8kk0tw.pubproperty(en-us,VS.90).gif Count Overridden. Gets the number of SqlCeParameter objects in the collection.
8h8kk0tw.pubproperty(en-us,VS.90).gif IsFixedSize Overridden.  
8h8kk0tw.pubproperty(en-us,VS.90).gif IsReadOnly Overridden.  
8h8kk0tw.pubproperty(en-us,VS.90).gif IsSynchronized Overridden.  
8h8kk0tw.pubproperty(en-us,VS.90).gif Item Overloaded. Gets or sets the SqlCeParameter with a specified attribute.
8h8kk0tw.pubproperty(en-us,VS.90).gif SyncRoot Overridden.  

Top

Public Methods

(see also Protected Methods )

  Name Description
8h8kk0tw.pubmethod(en-us,VS.90).gif Add Overloaded. Overridden. Adds a SqlCeParameter to the SqlCeCommand.
8h8kk0tw.pubmethod(en-us,VS.90).gif AddRange Overridden. Adds an array of SqlCeParameter objects to SqlCeParameterCollection.
8h8kk0tw.pubmethod(en-us,VS.90).gif AddWithValue Adds a new SqlCeParameter to the SqlCeParameterCollection and sets its value.
8h8kk0tw.pubmethod(en-us,VS.90).gif Clear Overridden. Removes all items from the collection.
8h8kk0tw.pubmethod(en-us,VS.90).gif Contains Overloaded. Overridden. Indicates whether a SqlCeParameter exists in the collection.
8h8kk0tw.pubmethod(en-us,VS.90).gif CopyTo Overridden. Copies SqlCeParameter objects from the SqlCeParameterCollection to the specified array.
8h8kk0tw.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
8h8kk0tw.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
8h8kk0tw.pubmethod(en-us,VS.90).gif GetEnumerator Overridden.  
8h8kk0tw.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
8h8kk0tw.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
8h8kk0tw.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
8h8kk0tw.pubmethod(en-us,VS.90).gif IndexOf Overloaded. Overridden. Gets the location of the SqlCeParameter in the collection.
8h8kk0tw.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
8h8kk0tw.pubmethod(en-us,VS.90).gif Insert Overridden. Inserts a SqlCeParameter in the collection at the specified index.
8h8kk0tw.pubmethod(en-us,VS.90).gif 8h8kk0tw.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
8h8kk0tw.pubmethod(en-us,VS.90).gif Remove Overridden. Removes the specified SqlCeParameter from the collection.
8h8kk0tw.pubmethod(en-us,VS.90).gif RemoveAt Overloaded. Overridden. Removes the specified SqlCeParameter from the collection.
8h8kk0tw.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
8h8kk0tw.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
8h8kk0tw.protmethod(en-us,VS.90).gif GetParameter  Overloaded. (inherited from DbParameterCollection )
8h8kk0tw.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
8h8kk0tw.protmethod(en-us,VS.90).gif 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