Does this dialect support a way to retrieve the database's current timestamp value?

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

Syntax

C#
public virtual bool SupportsCurrentTimestampSelection { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsCurrentTimestampSelection As Boolean
	Get
Visual C++
public:
virtual property bool SupportsCurrentTimestampSelection {
	bool get ();
}

See Also