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