Npgsql API Docs

NpgsqlParameter Class

This class represents a parameter to a command that will be sent to server

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

System.Object
   System.MarshalByRefObject
      Npgsql.NpgsqlParameter

[Visual Basic]
NotInheritable Public Class NpgsqlParameter
    Inherits MarshalByRefObject
    Implements IDbDataParameter, IDataParameter, ICloneable
[C#]
public sealed class NpgsqlParameter : MarshalByRefObject, IDbDataParameter, IDataParameter, ICloneable

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.NpgsqlParameter

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlParameter Members | Npgsql Namespace