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 override bool SupportsCurrentTimestampSelection { get; }
Visual Basic
Public Overrides ReadOnly Property SupportsCurrentTimestampSelection As Boolean
	Get
Visual C++
public:
virtual property bool SupportsCurrentTimestampSelection {
	bool get () override;
}

See Also