return int
|
Type Lazy
Namespace FluentNHibernate.MappingModel.Collections
Parent Enum
return int
|
return Lazy
|
return Lazy
|
"Extra" lazy collections are mostly similar to lazy=true, except certain operations on the collection will not load the whol collection but issue a smarter SQL statement. For example, invoking Count on an extra-lazy collection will issue a "SELECT COUNT(*)..." rather than selecting and loading the whole collection of entities.
return Lazy
|