Class PostgresRangeType
Represents a PostgreSQL range data type.
Inherited Members
Namespace: Npgsql.PostgresTypes
Assembly: Npgsql.dll
Syntax
public class PostgresRangeType : PostgresType
Remarks
Constructors
| Improve this DocPostgresRangeType(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
| Improve this DocSubtype
The PostgreSQL data type of the subtype of this range.
Declaration
public PostgresType Subtype { get; }
Property Value
Type | Description |
---|---|
PostgresType |