When implemented by a class, gets a value indicating if the implementor is castable to an an IAssociationType

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsAssociationType As Boolean
C#
bool IsAssociationType { get; }
Visual C++
property bool IsAssociationType {
	bool get ();
}
JavaScript
function get_isAssociationType();

Field Value

true if this is an Association

Remarks

This does not necessarily imply that the type actually represents an association.

See Also