Struct Field
public readonly struct Field
- Inherited Members
Constructors
Field(string, PgTypeId, int)
public Field(string name, PgTypeId pgTypeId, int typeModifier)
Parameters
Properties
Name
public string Name { get; init; }
Property Value
PgTypeId
public PgTypeId PgTypeId { get; init; }
Property Value
TypeModifier
public int TypeModifier { get; init; }