|  NpgsqlParameter | Overloaded. Initializes a new instance of the NpgsqlParameter class. | 
|  DbType | Gets or sets the DbType of the parameter. | 
|  Direction | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. | 
|  IsNullable | Gets or sets a value indicating whether the parameter accepts null values. | 
|  NpgsqlDbType | Gets or sets the DbType of the parameter. | 
|  NpgsqlValue | Gets or sets the value of the parameter. | 
|  ParameterName | Gets or sets the m_Name of the NpgsqlParameter. | 
|  Precision | Gets or sets the maximum number of digits used to represent the Value property. | 
|  Scale | Gets or sets the number of decimal places to which Value is resolved. | 
|  Size | Gets or sets the maximum size, in bytes, of the data within the column. | 
|  SourceColumn | Gets or sets the m_Name of the source column that is mapped to the DataSet and used for loading or returning the Value. | 
|  SourceColumnNullMapping | |
|  SourceVersion | Gets or sets the DataRowVersion to use when loading Value. | 
|  UseCast | |
|  Value | Gets or sets the value of the parameter. | 
|  Clone | Creates a new NpgsqlParameter that is a copy of the current instance. | 
|  CreateObjRef (inherited from MarshalByRefObject) | |
|  Equals (inherited from Object) | |
|  GetHashCode (inherited from Object) | |
|  GetLifetimeService (inherited from MarshalByRefObject) | |
|  GetType (inherited from Object) | |
|  InitializeLifetimeService (inherited from MarshalByRefObject) | |
|  ResetDbType | |
|  ToString (inherited from Object) | 
NpgsqlParameter Class | Npgsql Namespace