For limit clauses, indicates whether to use 0 or 1 as the offset that returns the first row. Should be true if the first row is at offset 1.

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

Syntax

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

See Also