Returns the result of one of the query based on the key

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Object GetResult(
	string key
)
Visual Basic
Function GetResult ( _
	key As String _
) As Object
Visual C++
Object^ GetResult(
	String^ key
)

Parameters

key
Type: System..::..String
The key

Return Value

The instance for method chain.

See Also