ActiveReports 9 Server
Select<TResult> Method (IScheduler)

The type of the result.
The query to select policies.
Ritrieves the collection of policies matching the specified query.
Syntax
'Declaration
 
Function Select(Of TResult)( _
   ByVal query As IQuery(Of IPolicy,TResult) _
) As TResult
TResult Select<TResult>( 
   IQuery<IPolicy,TResult> query
)

Parameters

query
The query to select policies.

Type Parameters

TResult
The type of the result.

Return Value

The collection of policies matching the specified query.
See Also

Reference

IScheduler Interface
IScheduler Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum