Define the possible fetch option values

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

Syntax

C#
public enum FetchEnum

Members

Member nameDescription
Unspecified
Let NHibernate decide what to do here
Join
Use a JOIN to load the data
Select
Use a seperate SELECT statement to load the data
SubSelect
Use a seperate SELECT statement to load the data, re-running the original query in a subselect

See Also