Click or drag to resize

OrmResultSetTDataTake 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: SystemInt32
The number of records to take

Return Value

Type: OrmResultSetTData

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

See Also