Returns the Keys used in this IdentityMap
IsReadOnly
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public ICollection Keys { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Keys As ICollection Get |
| Visual C++ |
|---|
public: virtual property ICollection^ Keys { ICollection^ get () sealed; } |