May this property be fetched using an SQL outerjoin?
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetFetchMode ( _ i As Integer _ ) As FetchMode |
C# |
---|
FetchMode GetFetchMode( int i ) |
Visual C++ |
---|
FetchMode GetFetchMode( int i ) |
JavaScript |
---|
function getFetchMode(i); |
Parameters
- i
- Type: System..::.Int32