Gets the names of all entities in this resource
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ICollection<string> ContainedClassNames { get; } |
Visual Basic |
---|
Public ReadOnly Property ContainedClassNames As ICollection(Of String) Get |
Visual C++ |
---|
public: property ICollection<String^>^ ContainedClassNames { ICollection<String^>^ get (); } |