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

Syntax

Visual Basic (Declaration)
Public Function GetBoolean ( _
	i As Integer _
) As Boolean
C#
public bool GetBoolean(
	int i
)
Visual C++
public:
virtual bool GetBoolean(
	int i
) sealed
JavaScript
function getBoolean(i);

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetBoolean(Int32)

See Also