An IType that represents some kind of association between entities.

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

Syntax

C#
public interface IAssociationType : IType, 
	ICacheAssembler
Visual Basic
Public Interface IAssociationType _
	Inherits IType, ICacheAssembler
Visual C++
public interface class IAssociationType : IType, 
	ICacheAssembler

See Also