Class PostgresRangeType
Represents a PostgreSQL range data type.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
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 |