NHibernate ICompositeType Implementation for Uri

110 Views Asked by At

Is there any ICompositeType implementation for System.Uri?

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

1

There are 1 best solutions below

1
Diego Mijelshon On BEST ANSWER

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