Npgsql API Documentation

NpgsqlParameter Class

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<TypeConverter(ConverterTypeName="Npgsql.Design.NpgsqlParameterConverter, Npgsql, Version=0.7.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7")>
NotInheritable Public Class NpgsqlParameter
Inherits MarshalByRefObject
Implements , ,
[C#]
[TypeConverter(ConverterTypeName="Npgsql.Design.NpgsqlParameterConverter, Npgsql, Version=0.7.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7")]
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.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlParameter Members | Npgsql Namespace