Responder Developer Guide
Any Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Any( _
   ByVal source As IQueryable _
) As Boolean
'Usage
 
Dim source As IQueryable
Dim value As Boolean
 
value = DynamicQueryable.Any(source)
[Extension()]
public static bool Any( 
   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