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

Syntax

Visual Basic (Declaration)
Public Function GetValue ( _
	i As Integer _
) As Object
C#
public Object GetValue(
	int i
)
Visual C++
public:
virtual Object^ GetValue(
	int i
) sealed
JavaScript
function getValue(i);

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetValue(Int32)

See Also