Hi Gabriel
The simple answer is no: it takes more then FbConnection, FbCommand, etc. You need code that takes a LINQ query and transforms it into SQL that's valid for Firebird.
If you really want to query Firebird in LINQ (and don't mind investing some time into writing a driver), the simplest option right now is to write a driver for
Matt Warren's IQueryable toolkit. Once you've got this working, you can write a LINQPad plug-in (I can help you with that).
The other option is to wait for someone else to do it, although it take a while (or forever) given that Firebird isn't terribly popular.
Regards
Joe