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
      System.Data.Common.DbParameterCollection
         Npgsql.NpgsqlParameterCollection

[Visual Basic]
NotInheritable Public Class NpgsqlParameterCollection
    Inherits DbParameterCollection
    Implements IList`1([Npgsql.NpgsqlParameter, Npgsql, Version=2.0.10.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7)), ICollection`1([Npgsql.NpgsqlParameter, Npgsql, Version=2.0.10.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7)), IEnumerable`1([Npgsql.NpgsqlParameter, Npgsql, Version=2.0.10.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7))
[C#]
public sealed class NpgsqlParameterCollection : DbParameterCollection, 0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]], 0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]], 0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]]

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.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

NpgsqlParameterCollection Members | Npgsql Namespace