The class mappings
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ClassMappings As ICollection |
C# |
---|
public ICollection ClassMappings { get; } |
Visual C++ |
---|
public: property ICollection^ ClassMappings { ICollection^ get (); } |
JavaScript |
---|
function get_classMappings(); |