Ritrieves the collection of policies matching the specified query.
'Declaration
Function Select(Of )( _
ByVal As IQuery(Of IPolicy,TResult) _
) As
Select<>(
IQuery<IPolicy,TResult>
)
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.