Get the set of all CollectionKeys.
Namespace: NHibernate.StatAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IList<CollectionKey> CollectionKeys { get; } |
| Visual Basic |
|---|
ReadOnly Property CollectionKeys As IList(Of CollectionKey) Get |
| Visual C++ |
|---|
property IList<CollectionKey^>^ CollectionKeys { IList<CollectionKey^>^ get (); } |