An IType that represents some kind of association between entities.
Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IAssociationType _ Implements IType, ICacheAssembler |
| C# |
|---|
public interface IAssociationType : IType, ICacheAssembler |
| Visual C++ |
|---|
public interface class IAssociationType : IType, ICacheAssembler |