MicroLite
MicroLite copied to clipboard
Allow specifying ParameterDirection in SqlArgument
Currently, MicroLite is not able to call stored procedures that have OUT or INOUT parameters because you can not specify the direction (System.Data.ParameterDirection).
The SqlBuilder (IWithParameter) should also support this.