DataContext.CommandTimeout problem
Posted: Mon 07 Sep 2009 18:09
Hi,
according to the previous "New features announcements" support for property DataContext.CommandTimeout should be added.
However, currently I'm using dotconnect for MySQL 5.40.42 and I've got "Specified method is not supported." exception for the following code:
It seems strange to me because I think this property was really available in previous versions. (Although, I'm not sure about it.)
(Setting command timeout for MySqlCommand works correctly. It's just Linq DataContext issue.)
So, I'd like to ask if it's really problem of the latest build.
Thank you in advance.
according to the previous "New features announcements" support for property DataContext.CommandTimeout should be added.
However, currently I'm using dotconnect for MySQL 5.40.42 and I've got "Specified method is not supported." exception for the following code:
Code: Select all
_dbContext = new DBContext(ConnectionString);
_dbContext.CommandTimeout = 120;(Setting command timeout for MySqlCommand works correctly. It's just Linq DataContext issue.)
So, I'd like to ask if it's really problem of the latest build.
Thank you in advance.