SqlCeParameterCollection Methods

Include Protected Members
Include Inherited Members

The SqlCeParameterCollection type exposes the following members.

Methods

  Name Description
Public method Add(Object) Adds a SqlCeParameter object to the SqlCeCommand. (Overrides DbParameterCollection.Add(Object).)
Public method Add(SqlCeParameter) Adds the specified SqlCeParameter to the SqlCeParameterCollection.
Public method Add(String, SqlDbType) Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and data type.
Public method Add(String, Object) Obsolete. Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and value.
Public method Add(String, SqlDbType, Int32) Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name, data type, and column width.
Public method Add(String, SqlDbType, Int32, String) Adds a SqlCeParameter to the SqlCeCommand given the parameter name, data type, column width, and source column name.
Public method AddRange Adds an array of SqlCeParameter objects to SqlCeParameterCollection. (Overrides DbParameterCollection.AddRange(Array).)
Public method AddWithValue Adds a new SqlCeParameter to the SqlCeParameterCollection and sets its value.
Public method Clear Removes all items from the collection. (Overrides DbParameterCollection.Clear().)
Public method Contains(Object) Gets a value indicating whether or not a SqlCeParameter object exists in the collection. (Overrides DbParameterCollection.Contains(Object).)
Public method Contains(String) Gets a value indicating whether a SqlCeParameter with the specified parameter name exists in the collection. (Overrides DbParameterCollection.Contains(String).)
Public method CopyTo Copies SqlCeParameter objects from the SqlCeParameterCollection to the specified array. (Overrides DbParameterCollection.CopyTo(Array, Int32).)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetEnumerator Infrastructure. (Overrides DbParameterCollection.GetEnumerator().)
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Protected method GetParameter(Int32) (inherited from DbParameterCollection)
Protected method GetParameter(String) (inherited from DbParameterCollection)
Public method GetType (inherited from Object)
Public method IndexOf(Object) Gets the location of the SqlCeParameter object in the collection. (Overrides DbParameterCollection.IndexOf(Object).)
Public method IndexOf(String) Gets the location of the SqlCeParameter in the collection with the specified parameter name. (Overrides DbParameterCollection.IndexOf(String).)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Public method Insert Inserts a SqlCeParameter in the collection at the specified index. (Overrides DbParameterCollection.Insert(Int32, Object).)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method Remove Removes the specified SqlCeParameter from the collection. (Overrides DbParameterCollection.Remove(Object).)
Public method RemoveAt(Int32) Removes the SqlCeParameter at the specified index from the collection. (Overrides DbParameterCollection.RemoveAt(Int32).)
Public method RemoveAt(String) Removes the SqlCeParameter with the specified name from the collection. (Overrides DbParameterCollection.RemoveAt(String).)
Protected method SetParameter(Int32, DbParameter) (inherited from DbParameterCollection)
Protected method SetParameter(String, DbParameter) (inherited from DbParameterCollection)
Public method ToString (inherited from Object)

Top

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace