Responder Developer Guide
Count Method (DynamicQueryable)


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

Parameters

source
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