Namespace:  NHibernate.Loader.Custom
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PropertyResultsMap As IDictionary
C#
public IDictionary PropertyResultsMap { get; }
Visual C++
public:
property IDictionary^ PropertyResultsMap {
	IDictionary^ get ();
}
JavaScript
function get_propertyResultsMap();

See Also