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
      System.Data.Common.DbParameter
         Npgsql.NpgsqlParameter

[Visual Basic]
NotInheritable Public Class NpgsqlParameter
    Inherits DbParameter
    Implements ICloneable
[C#]
public sealed class NpgsqlParameter : DbParameter, 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.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

NpgsqlParameter Members | Npgsql Namespace