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