This commit is contained in:
2012-10-04 11:23:39 +00:00
parent 1f74f7673b
commit 1c18837be1
5 changed files with 8 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ namespace VEPROMS.CSLA.Library
{
cm.CommandType = CommandType.StoredProcedure;
cm.CommandText = "getTopFolder";
cm.CommandTimeout = Database.DefaultTimeout;
using (SafeDataReader dr = new SafeDataReader(cm.ExecuteReader()))
{
if (!dr.Read())