Struct RelationMessage.Column
Represents a column in a Logical Replication Protocol relation message
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public readonly struct RelationMessage.Column
Properties
| Improve this Doc View SourceColumnName
Name of the column.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
string |
DataTypeId
ID of the column's data type.
Declaration
public uint DataTypeId { get; }
Property Value
Type | Description |
---|---|
uint |
Flags
Flags for the column.
Declaration
public RelationMessage.Column.ColumnFlags Flags { get; }
Property Value
Type | Description |
---|---|
RelationMessage.Column.ColumnFlags |
TypeModifier
Type modifier of the column (atttypmod).
Declaration
public int TypeModifier { get; }
Property Value
Type | Description |
---|---|
int |