views:

18

answers:

1

Is there any ICompositeType implementation for System.Uri?

I want to be able to use this query: where a.Uri.schema == 'https'.

A: 

Having a ICompositeType wouldn't be enough to run arbitrary .NET methods in a server side query.

Diego Mijelshon
Ultimately, I implemented a composite URL class.
stacker