Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.

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

Syntax

C#
[SerializableAttribute]
public class StandardSafeSQLFunction : StandardSQLFunction
Visual Basic
<SerializableAttribute> _
Public Class StandardSafeSQLFunction _
	Inherits StandardSQLFunction
Visual C++
[SerializableAttribute]
public ref class StandardSafeSQLFunction : public StandardSQLFunction

Remarks

The Dialect and its sub-classes use this class to provide details required for processing of the associated function.

Inheritance Hierarchy

System..::..Object
  NHibernate.Dialect.Function..::..StandardSQLFunction
    NHibernate.Dialect.Function..::..StandardSafeSQLFunction

See Also