Aggregate SQL functions as defined in general. This is a case-insensitive hashtable!

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

Syntax

C#
public virtual IDictionary<string, ISQLFunction> Functions { get; }
Visual Basic
Public Overridable ReadOnly Property Functions As IDictionary(Of String, ISQLFunction)
	Get
Visual C++
public:
virtual property IDictionary<String^, ISQLFunction^>^ Functions {
	IDictionary<String^, ISQLFunction^>^ get ();
}

Remarks

The results of this method should be integrated with the specialization's data.

See Also