Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..GetByte Method

Gets the value of the specified column as a byte.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public byte GetByte(
	int ordinal
)
Public Function GetByte ( _
	ordinal As Integer _
) As Byte
public:
unsigned char^ GetByte(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.