Class PostgresArrayType
- Namespace
- Npgsql.PostgresTypes
- Assembly
- Npgsql.dll
Represents a PostgreSQL array data type, which can hold several multiple values in a single column.
public class PostgresArrayType : PostgresType
- Inheritance
-
PostgresArrayType
- Inherited Members
Remarks
Constructors
PostgresArrayType(string, string, uint, PostgresType)
Constructs a representation of a PostgreSQL array data type.
protected PostgresArrayType(string ns, string name, uint oid, PostgresType elementPostgresType)
Parameters
nsstringnamestringoiduintelementPostgresTypePostgresType
Properties
Element
The PostgreSQL data type of the element contained within this array.
public PostgresType Element { get; }