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