Struct RelationMessageColumn
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Represents a column in a Logical Replication Protocol relation message
public readonly struct RelationMessageColumn
- Inherited Members
Properties
ColumnName
Name of the column.
public string ColumnName { get; }
Property Value
DataTypeId
ID of the column's data type.
public uint DataTypeId { get; }
Property Value
Flags
Flags for the column. Currently can be either 0 for no flags or 1 which marks the column as part of the key.
public byte Flags { get; }
Property Value
TypeModifier
Type modifier of the column (atttypmod).
public int TypeModifier { get; }