Npgsql API Documentation

NpgsqlParameterCollection Members

[This is preliminary documentation and subject to change.]

NpgsqlParameterCollection overview

Public Instance Properties

Count Gets the number of NpgsqlParameter objects in the collection.
ItemOverloaded. Gets the NpgsqlParameter with the specified name.

Public Instance Methods

AddOverloaded. Adds the specified NpgsqlParameter object to the NpgsqlParameterCollection.
Clear Removes all items from the collection.
ContainsOverloaded. Gets a value indicating whether a NpgsqlParameter exists in the collection.
CopyTo Copies NpgsqlParameter objects from the NpgsqlParameterCollection to the specified array.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOfOverloaded. Gets the location of a NpgsqlParameter in the collection.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Insert Inserts a NpgsqlParameter into the collection at the specified index.
Remove Removes the specified NpgsqlParameter from the collection.
RemoveAtOverloaded. Removes the specified NpgsqlParameter from the collection using a specific index.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace