Limit値を設定する
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbQuery Limit(
int limit
)
Public Function Limit (
limit As Integer
) As NbQuery
public:
NbQuery^ Limit(
int limit
)
member Limit :
limit : int -> NbQuery
Parameters
- limit
- Type: SystemInt32
検索上限数
Return Value
Type:
NbQuerythis
Version Information Core
Supported in: 1.0
See Also