Commit 470f4d6c authored by VTHIEN's avatar VTHIEN

fixed sieve

parent 5245a2a0
......@@ -431,7 +431,7 @@ namespace Sieve.Services
Expression filterValue = GetClosureOverConstant(constantVal, property.PropertyType);
if (property.PropertyType.Name.ToLower().Equals("string"))//filterTerm.OperatorIsCaseInsensitive Make search insensitive case //comment by thien
if (string.Equals(property.PropertyType.Name,"String",StringComparison.OrdinalIgnoreCase)//filterTerm.OperatorIsCaseInsensitive Make search insensitive case //comment by thien
{
//if (property.PropertyType.Name.ToLower().Equals("string"))
//{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment