Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DialectScopes As HashedSet
C#
public HashedSet DialectScopes { get; }
Visual C++
public:
property HashedSet^ DialectScopes {
	HashedSet^ get ();
}
JavaScript
function get_dialectScopes();

See Also