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

IDbConnection.ConnectionTimeout is readonly #101

Open Rajiv-Kulkarni opened 6 years ago

Rajiv-Kulkarni commented 6 years ago

The ConnectionTimeout property of IDbConnection is readonly, can not be assigned to. How can I execute a query that is going to take long time? I am using MySql, however, the same should be true for SQL Server db query too I guess. Thanks.