The name of the SQL function that transforms a string to lowercase

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

Syntax

C#
public virtual string LowercaseFunction { get; }
Visual Basic
Public Overridable ReadOnly Property LowercaseFunction As String
	Get
Visual C++
public:
virtual property String^ LowercaseFunction {
	String^ get ();
}

See Also