Class PostgresCompositeType
Represents a PostgreSQL composite data type, which can hold multiple fields of varying types in a single column.
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 PostgresCompositeType : PostgresType
Remarks
Properties
Fields
Holds the name and types for all fields.
Declaration
public IReadOnlyList<PostgresCompositeType.Field> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<PostgresCompositeType.Field> |