Category: .Net
-
Use stored procedure in c# project to solve special problem
there are two Scenes in my projects (1) C# project, we use entityframwork to do mssql database operation.however, I would like to get a value caculated with parameters in the tables cross 3 databases.of course ,we do not want to change any database structure,however, there is one database connected to entityframework. now we can use…