Table of Contents

Class FieldDescription

Namespace
Npgsql.BackendMessages
Assembly
Npgsql.dll

A descriptive record on a single field received from PostgreSQL. See RowDescription in http://www.postgresql.org/docs/current/static/protocol-message-formats.html

public sealed class FieldDescription
Inheritance
FieldDescription
Inherited Members

Constructors

FieldDescription()

public FieldDescription()

Properties

TypeModifier

The type modifier (see pg_attribute.atttypmod). The meaning of the modifier is type-specific.

public int TypeModifier { get; set; }

Property Value

int

TypeSize

The data type size (see pg_type.typlen). Note that negative values denote variable-width types.

public short TypeSize { get; set; }

Property Value

short

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string