|
|
@@ -437,7 +437,7 @@ namespace LJLib.DAL.SQL
|
|
|
strCmd += "," + propertyInfo.Name;
|
|
|
}
|
|
|
}
|
|
|
- strCmd = "SELECT " + strCmd + " FROM WITH WITH (NOLOCK) " + tablename;
|
|
|
+ strCmd = "SELECT " + strCmd + " FROM WITH (NOLOCK) " + tablename;
|
|
|
|
|
|
if (!string.IsNullOrEmpty(whereStr))
|
|
|
{
|