Responder Developer Guide
Select Method (DynamicQueryable)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Select( _
   ByVal source As IQueryable, _
   ByVal selector As String, _
   ByVal ParamArray values() As Object _
) As IQueryable
'Usage
 
Dim source As IQueryable
Dim selector As String
Dim values() As Object
Dim value As IQueryable
 
value = DynamicQueryable.Select(source, selector, values)
[Extension()]
public static IQueryable Select( 
   IQueryable source,
   string selector,
   params object[] values
)

Parameters

source
selector
values
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