The name of the database-specific SQL function for retrieving the current timestamp.

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

Syntax

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

See Also