[Missing <summary> documentation for "P:NHibernate.Cfg.Configuration.SqlResultSetMappings"]

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

Syntax

C#
public IDictionary<string, ResultSetMappingDefinition> SqlResultSetMappings { get; protected set; }
Visual Basic
Public Property SqlResultSetMappings As IDictionary(Of String, ResultSetMappingDefinition)
	Get
	Protected Set
Visual C++
public:
property IDictionary<String^, ResultSetMappingDefinition^>^ SqlResultSetMappings {
	IDictionary<String^, ResultSetMappingDefinition^>^ get ();
	protected: void set (IDictionary<String^, ResultSetMappingDefinition^>^ value);
}

See Also