meubanks
I haven't used it, but Kellerman Software has a LINQ provider for Firebird
https://www.kellermansoftware.com/p-47-net-data-access-layer.aspx
--
View this message in context:
http://firebird.1100200.n4.nabble.com/Linq-and-Nulls-bug-tp4017847p4632919.html
Sent from the firebird-net-pro
Consider this code (works):
var AddOns = from x in db.EVENTPACKAGEADDONs
where x.EVENTPACKAGEID ==
SessionData.OERUser.PackageID &&
x.PARENTCONTROL == null
select x;
Produces this SQL:
SELECT
"Extent1"."ADDONID" AS "ADD