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