Click or drag to resize

TableQueryTTake Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TableQuery<T> Take(
	int n
)

Parameters

n
Type: SystemInt32

Return Value

Type: TableQueryT
See Also