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

Syntax

Visual Basic (Declaration)
Public Function GetChar ( _
	i As Integer _
) As Char
C#
public char GetChar(
	int i
)
Visual C++
public:
virtual wchar_t GetChar(
	int i
) sealed
JavaScript
function getChar(i);

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetChar(Int32)

See Also