Click or drag to resize

SqlStatementLimit Method

Limit of the

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement Limit(
	int limit
)

Parameters

limit
Type: SystemInt32

[Missing <param name="limit"/> documentation for "M:SanteDB.OrmLite.SqlStatement.Limit(System.Int32)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.OrmLite.SqlStatement.Limit(System.Int32)"]

See Also