Returns the set of properties computed from the default properties in the dialect combined with the other properties in the configuration.

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

Syntax

C#
public IDictionary<string, string> GetDerivedProperties()
Visual Basic
Public Function GetDerivedProperties As IDictionary(Of String, String)
Visual C++
public:
IDictionary<String^, String^>^ GetDerivedProperties()

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.Configuration.GetDerivedProperties"]

See Also