Npgsql API Docs

NpgsqlParameterCollection Class

Represents a collection of parameters relevant to a NpgsqlCommand as well as their respective mappings to columns in a DataSet. This class cannot be inherited.

For a list of all members of this type, see NpgsqlParameterCollection Members.

System.Object
   System.MarshalByRefObject
      Npgsql.NpgsqlParameterCollection

[Visual Basic]
NotInheritable Public Class NpgsqlParameterCollection
    Inherits MarshalByRefObject
    Implements IDataParameterCollection, IList, ICollection, IEnumerable
[C#]
public sealed class NpgsqlParameterCollection : MarshalByRefObject, IDataParameterCollection, IList, ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:Npgsql.NpgsqlParameterCollection

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlParameterCollection Members | Npgsql Namespace