Executes the specified query and return the results

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
Object Execute(
	ISession session
)

Parameters

session
ISession
The session to execute the query in.

Return Value

See Also