SqlBuilder.LIMIT Method (Int32)

Appends the LIMIT clause using the provided maxRecords parameter.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder LIMIT(
	int maxRecords
)

Parameters

maxRecords

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.