Class PostgresCompositeType.Field
Represents a field in a PostgreSQL composite data type.
Inheritance
System.Object
PostgresCompositeType.Field
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 Field
Properties
Name
The name of the composite field.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Overrides
System.Object.ToString()