[Missing <summary> documentation for "P:NHibernate.Stat.SessionStatisticsImpl.CollectionKeys"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IList<CollectionKey> CollectionKeys { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CollectionKeys As IList(Of CollectionKey) Get |
| Visual C++ |
|---|
public: virtual property IList<CollectionKey^>^ CollectionKeys { IList<CollectionKey^>^ get () sealed; } |