Hi, 

when i tried with DateTime type using where clause, then also getting the
following 
exception 

Method not supported: System.DateTime.(Int32 CompareTo(System.DateTime))

var compileQuery = CompiledQuery.Compile((DateTime tempDate) =>
cache1.Where(data => (data.Value.CreatedDateTime.CompareTo(prodDate)) ==
0));

Please suggest if any other way to query with DateTime type.

Thanks 
siva 



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

Reply via email to