Support for Exists

Number:2180
Tracker:Feature
Author:Mirko Matytschak
Version:NDO 4.0
Assigned to: Mirko Matytschak
Status: Neu

It might be handy, if NDO supported EXISTS:

SELECT 1 AS result where EXISTS (SELECT * FROM [User] WHERE name = 'Mirko')

with a query like that:

pm.Objects().Where(u=>u.name == "Mirko").Exists()

<<  previous   next  >>
Back to the Overview