Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetEntry ( _ obj As Object _ ) As EntityEntry |
C# |
---|
public EntityEntry GetEntry( Object obj ) |
Visual C++ |
---|
public: virtual EntityEntry^ GetEntry( Object^ obj ) sealed |
JavaScript |
---|
function getEntry(obj); |
Parameters
- obj
- Type: System..::.Object