The class mappings
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public ICollection<PersistentClass> ClassMappings { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ClassMappings As ICollection(Of PersistentClass) Get |
| Visual C++ |
|---|
public: property ICollection<PersistentClass^>^ ClassMappings { ICollection<PersistentClass^>^ get (); } |