abe545 / CodeOnlyStoredProcedures

A library for easily calling Stored Procedures in .NET using only code (no xml or gui).
MIT License
4 stars 3 forks source link

Allow the programmer to easily get a return value with the dynamic syntax asynchronously #81

Open abe545 opened 8 years ago

abe545 commented 8 years ago

It would be really nice to be able to write code like this:

var retValue = await db.ExecuteAsync().usp_GetUserCount().ReturnValue;