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