Retrieve the command used to retrieve the current timestammp from the database.

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

Syntax

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

See Also