Npgsql API Documentation

NpgsqlParameterCollection Class

[This is preliminary documentation and subject to change.]

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
   MarshalByRefObject
      NpgsqlParameterCollection

[Visual Basic]
<DefaultMember(MemberName="Item")>
<ListBindable(ListBindable=False)>
<Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Npgsql.Design.NpgsqlParametersEditor, Npgsql, Version=0.7.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7")>
NotInheritable Public Class NpgsqlParameterCollection
Inherits MarshalByRefObject
Implements , , ,
[C#]
[DefaultMember(MemberName="Item")]
[ListBindable(ListBindable=False)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Npgsql.Design.NpgsqlParametersEditor, Npgsql, Version=0.7.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7")]
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.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlParameterCollection Members | Npgsql Namespace