Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetEntity ( _ key As EntityKey _ ) As Object |
C# |
---|
public Object GetEntity( EntityKey key ) |
Visual C++ |
---|
public: virtual Object^ GetEntity( EntityKey^ key ) sealed |
JavaScript |
---|
function getEntity(key); |
Parameters
- key
- Type: NHibernate.Engine..::.EntityKey