Responder Developer Guide
Skip Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Skip( _
   ByVal source As IQueryable, _
   ByVal count As Integer _
) As IQueryable
'Usage
 
Dim source As IQueryable
Dim count As Integer
Dim value As IQueryable
 
value = DynamicQueryable.Skip(source, count)
[Extension()]
public static IQueryable Skip( 
   IQueryable source,
   int count
)

Parameters

source
count
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DynamicQueryable Class
DynamicQueryable Members

 

 


Send Comment