SqlBuilder.OFFSET Method (Int32)

Appends the OFFSET clause using the provided startIndex parameter.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder OFFSET(
	int startIndex
)

Parameters

startIndex

Type: System.Int32
The value to use as parameter.

Return Value

Type: SqlBuilder
A reference to this instance after the append operation has completed.

See Also

Reference

SqlBuilder Class
DbExtensions Namespace

© Max Toro Q.