Should the value returned by CurrentTimestampSelectString be treated as callable. Typically this indicates that JDBC escape sytnax is being used...

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

Syntax

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

See Also