[Missing <summary> documentation for "P:NHibernate.Mapping.AbstractAuxiliaryDatabaseObject.DialectScopes"]

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

Syntax

C#
public HashedSet<string> DialectScopes { get; }
Visual Basic
Public ReadOnly Property DialectScopes As HashedSet(Of String)
	Get
Visual C++
public:
property HashedSet<String^>^ DialectScopes {
	HashedSet<String^>^ get ();
}

See Also