Gets a value indicating if the AbstractType is a EntityType.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property IsEntityType As Boolean |
C# |
---|
public virtual bool IsEntityType { get; } |
Visual C++ |
---|
public: virtual property bool IsEntityType { bool get (); } |
JavaScript |
---|
function get_isEntityType(); |