Determines whether the specified entity is an instance of the class
managed by this persister.
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsInstance ( _ entity As Object _ ) As Boolean |
C# |
---|
bool IsInstance( Object entity ) |
Visual C++ |
---|
bool IsInstance( Object^ entity ) |
JavaScript |
---|
function isInstance(entity); |
Parameters
- entity
- Type: System..::.Object
The entity.