Table of Contents

Class PostgresCompositeType

Namespace
Npgsql.PostgresTypes
Assembly
Npgsql.dll

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

public class PostgresCompositeType : PostgresType
Inheritance
PostgresCompositeType
Inherited Members

Remarks

Properties

Fields

Holds the name and types for all fields.

public IReadOnlyList<PostgresCompositeType.Field> Fields { get; }

Property Value

IReadOnlyList<PostgresCompositeType.Field>