From: Parzival <par...@gm...> - 2015-05-25 15:08:34
|
Hello, the EF integration with Firebird works quiet well for standard insert, update, delete and search. I have still some problems arrond Stored Procedures. For that reason I keep using the .net Provider functionality with fbConnection, fbCommand etc. Is it ok to use the connection of the EF context for this purpose? Cast it to (fbConnection)Context.Database.Connection Or is there a problem by doing that? Thanks Niko |