[Missing <summary> documentation for "P:NHibernate.Cfg.Mappings.IterateCollections"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IEnumerable<Collection> IterateCollections { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IterateCollections As IEnumerable(Of Collection) Get |
| Visual C++ |
|---|
public: property IEnumerable<Collection^>^ IterateCollections { IEnumerable<Collection^>^ get (); } |