kintoneQueryTLimit Method kintoneDotNETHelp
抽出するレコード件数(Limit)の指定を行う

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public kintoneQuery<T> Limit(
	int size
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:kintoneDotNET.API.kintoneQuery`1.Limit(System.Int32)"]

Return Value

Type: kintoneQueryT

[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneQuery`1.Limit(System.Int32)"]

Remarks

See Also

Reference