Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GetByte ( _
	i As Integer _
) As Byte
C#
public byte GetByte(
	int i
)
Visual C++
public:
virtual unsigned char GetByte(
	int i
) sealed
JavaScript
function getByte(i);

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetByte(Int32)

See Also