Skip値を設定する
            
 
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
 Syntax
Syntaxpublic NbQuery Skip(
	int skip
)
Public Function Skip ( 
	skip As Integer
) As NbQuery
public:
NbQuery^ Skip(
	int skip
)
member Skip : 
        skip : int -> NbQuery 
Parameters
- skip
- Type: SystemInt32
 検索スキップ数
Return Value
Type: 
NbQuerythis
 Version Information
Version InformationCore
Supported in: 1.0
 See Also
See Also