A collection with a synthetic "identifier" column.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustInherit Class IdentifierCollection _ Inherits Collection |
C# |
---|
public abstract class IdentifierCollection : Collection |
Visual C++ |
---|
public ref class IdentifierCollection abstract : public Collection |
JavaScript |
---|
NHibernate.Mapping.IdentifierCollection = function(); Type.createClass( 'NHibernate.Mapping.IdentifierCollection', NHibernate.Mapping.Collection); |
Inheritance Hierarchy
System..::.Object
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IdentifierCollection
NHibernate.Mapping..::.IdentifierBag
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IdentifierCollection
NHibernate.Mapping..::.IdentifierBag