[Missing <summary> documentation for "P:NHibernate.Dialect.Oracle8iDialect.SupportsCurrentTimestampSelection"]

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