Npgsql Api Docs

NpgsqlParameterCollection Members

NpgsqlParameterCollection overview

Public Instance Properties

Count Gets the number of NpgsqlParameter objects in the collection.
IsFixedSize 
IsReadOnly 
IsSynchronized 
ItemOverloaded. Gets the NpgsqlParameter with the specified name.
SyncRoot 

Public Instance Methods

AddOverloaded. Adds the specified NpgsqlParameter object to the NpgsqlParameterCollection.
AddRange 
AddWithValue 
Clear Removes all items from the collection.
ContainsOverloaded. Gets a value indicating whether a NpgsqlParameter with the specified parameter name exists in the collection.
CopyToOverloaded. Copies NpgsqlParameter objects from the NpgsqlParameterCollection to the specified array.
CreateObjRef (inherited from MarshalByRefObject) 
Equals (inherited from Object) 
GetEnumerator Returns an enumerator that can iterate through the collection.
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
IndexOfOverloaded. Gets the location of the NpgsqlParameter in the collection with a specific parameter name.
InitializeLifetimeService (inherited from MarshalByRefObject) 
InsertOverloaded. Inserts a NpgsqlParameter into the collection at the specified index.
RemoveOverloaded. Removes the specified NpgsqlParameter from the collection.
RemoveAtOverloaded. Removes the specified NpgsqlParameter from the collection using the parameter name.
ToString (inherited from Object) 
TryGetValue Gets a value indicating whether a NpgsqlParameter with the specified parameter name exists in the collection.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace