Table of Contents

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

ns string
name string
oid uint
subtypePostgresType PostgresType

Properties

Multirange

The PostgreSQL data type of the multirange of this range.

public PostgresMultirangeType? Multirange { get; }

Property Value

PostgresMultirangeType

Subtype

The PostgreSQL data type of the subtype of this range.

public PostgresType Subtype { get; }

Property Value

PostgresType