Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
IType..::.IsEntityType
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property IsEntityType As Boolean |
C# |
---|
public override bool IsEntityType { get; } |
Visual C++ |
---|
public: virtual property bool IsEntityType { bool get () override; } |
JavaScript |
---|
function get_isEntityType(); |
Implements
IType..::.IsEntityTypeIType..::.IsEntityType