Hi,

How to make apache ignite sqlquery to ignore case.

for example

var _arg = new object[] { "%abc%" };

new SqlQuery(typeof(CustomerModel), "CustomerName like ?", _arg)

var _arg = new object[] { "%ABC%" };

new SqlQuery(typeof(CustomerModel), "CustomerName like ?", _arg)

i am getting different results in both the cases

Thanks

Shuvendu




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to