Click or drag to resize

OrmResultSet<TData>.Take Method

Instructs the reader to take n records

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public OrmResultSet<TData> Take(
	int n
)

Parameters

n
Type: System.Int32
The number of records to take

Return Value

Type: OrmResultSet<TData>

[Missing <returns> documentation for "M:SanteDB.OrmLite.OrmResultSet`1.Take(System.Int32)"]

See Also