Show / Hide Table of Contents

Class PostgresRangeType

Represents a PostgreSQL range data type.

Inheritance
System.Object
PostgresType
PostgresRangeType
Inherited Members
PostgresType.Namespace
PostgresType.Name
PostgresType.OID
PostgresType.FullName
PostgresType.DisplayName
PostgresType.NpgsqlDbType
PostgresType.Array
PostgresType.Range
PostgresType.HandlerType
PostgresType.ToString()
Namespace: Npgsql.PostgresTypes
Assembly: Npgsql.dll
Syntax
public class PostgresRangeType : PostgresType
Remarks

See https://www.postgresql.org/docs/current/static/rangetypes.html.

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
System.String ns
System.String name
System.UInt32 oid
PostgresType subtypePostgresType

Properties

Subtype

The PostgreSQL data type of the subtype of this range.

Declaration
public PostgresType Subtype { get; }
Property Value
Type Description
PostgresType
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX