When implemented by a class, gets a value indicating if the implementor is castable to an an IAssociationType
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool IsAssociationType { get; } |
Visual Basic |
---|
ReadOnly Property IsAssociationType As Boolean Get |
Visual C++ |
---|
property bool IsAssociationType { bool get (); } |
Field Value
true if this is an AssociationRemarks
This does not necessarily imply that the type actually represents an association.