1 2 3 4
using System; using System.Collections.Generic; using System.Text; ...
C# On StringExt.cs (String Extens...
by volothamp,
August 08, 2008 13:09
1 2 3 4
using System; using System.Data.SqlClient; using System.Reflection; ...
C# On TableAdapter and CommandTim...
by volothamp,
July 03, 2008 12:21
Ok, now I see your point.
...
1 2 3 4
Accessor<MyAdapter>.DeleteCommand.CommandTimeout = 2; // Use it like this var mydataset = new DataSet(); ...
C# On TableAdapter and CommandTim...
by volothamp,
July 03, 2008 07:27
I didn't understand your co...
1 2 3 4
using System; using System.Data.SqlClient; using System.Reflection; ...
C# On TableAdapter and CommandTim...
by volothamp,
July 02, 2008 14:22
Fast solution using reflect...

Some refactorings, didn't t...