Class PostgresCompositeType.Field
- Namespace
- Npgsql.PostgresTypes
- Assembly
- Npgsql.dll
Represents a field in a PostgreSQL composite data type.
public class PostgresCompositeType.Field
- Inheritance
-
PostgresCompositeType.Field
- Inherited Members
Properties
Name
The name of the composite field.
public string Name { get; }
Property Value
Type
The type of the composite field.
public PostgresType Type { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.