When implemented by a class, gets a value indicating if the implementor
extends EntityType
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsEntityType As Boolean |
C# |
---|
bool IsEntityType { get; } |
Visual C++ |
---|
property bool IsEntityType { bool get (); } |
JavaScript |
---|
function get_isEntityType(); |