Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL.
Namespace: NHibernate.Dialect.FunctionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class StandardSQLFunction : ISQLFunction |
Visual Basic |
---|
<SerializableAttribute> _ Public Class StandardSQLFunction _ Implements ISQLFunction |
Visual C++ |
---|
[SerializableAttribute] public ref class StandardSQLFunction : ISQLFunction |
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
NHibernate.Dialect.Function..::..StandardSQLFunction
NHibernate.Dialect.Function..::..StandardSafeSQLFunction