Iterate all collection entries, during update of the database

Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function Entries As IEnumerable
C#
IEnumerable Entries()
Visual C++
IEnumerable^ Entries()
JavaScript
function entries();

Return Value

An IEnumerable that gives access to all entries in the collection.

See Also