RowDescription packet

This packet is sent by the server as the first part of a result set. It describes the content of the DataRow packets that follow it.

It very common to use this information to guide your filter logic, but be very careful about changing anything in this packet, as that can easily cause protocol errors.


Properties


Methods


The FieldDescriptor object

Each column in the result set is described by one FieldDescriptor object.

Properties


Methods