Class PostgresCompositeType.Field
Represents a field in a PostgreSQL composite data type.
Inherited Members
Namespace: Npgsql.PostgresTypes
Assembly: Npgsql.dll
Syntax
public class Field
Properties
Name
The name of the composite field.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Type
The type of the composite field.
Declaration
public PostgresType Type { get; }
Property Value
Type | Description |
---|---|
PostgresType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |