Class PostgresRangeType
- Namespace
- Npgsql.PostgresTypes
- Assembly
- Npgsql.dll
Represents a PostgreSQL range data type.
public class PostgresRangeType : PostgresType
- Inheritance
-
PostgresRangeType
- Inherited Members
Remarks
Constructors
PostgresRangeType(string, string, uint, PostgresType)
Constructs a representation of a PostgreSQL range data type.
protected PostgresRangeType(string ns, string name, uint oid, PostgresType subtypePostgresType)
Parameters
nsstringnamestringoiduintsubtypePostgresTypePostgresType
Properties
Multirange
The PostgreSQL data type of the multirange of this range.
public PostgresMultirangeType? Multirange { get; }
Property Value
Subtype
The PostgreSQL data type of the subtype of this range.
public PostgresType Subtype { get; }