Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ContainsEntity ( _ key As EntityKey _ ) As Boolean |
C# |
---|
bool ContainsEntity( EntityKey key ) |
Visual C++ |
---|
bool ContainsEntity( EntityKey^ key ) |
JavaScript |
---|
function containsEntity(key); |
Parameters
- key
- Type: NHibernate.Engine..::.EntityKey