Support of Stored Procedures

Number:1089
Tracker:Feature
Author:Mirko Matytschak
Version:not assigned
Assigned to: not assigned
Status: Neu

Currently NDO has no support for SPs with SqlServer and other databases. It would be nice if NDO supported SPs with all databases having SPs.

Current Support is like that:

NDOQuery q = new NDOQuery( pm, "EXEC sp_Test", false, Query.Language.Sql );

It might be like that:

NDOQuery q = new NDOQuery( pm, "sp_Test" ).ExecuteStoredProcedure();


Mirko Matytschak - 06.04.2016 14:01:48

Subject = Support of Stored Procedures

<<  previous   next  >>
Back to the Overview