I am using firebird .NET provider and when I do something like this:
DataTable.Load(FbCommand.ExecuteReader());
I will get some, probably mapping, queries to server in debug output. Is it true, using this tools this way produce this mapping queries to sql servers? Debug output snippet is here.
So, I made some profiling and found this: