Show / Hide Table of Contents

Class PostgresCompositeType

Represents a PostgreSQL composite data type, which can hold multiple fields of varying types in a single column.

Inheritance
System.Object
PostgresType
PostgresCompositeType
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 PostgresCompositeType : PostgresType
Remarks

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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX