Re: C# SQL API on key-value entries in cache error

2020-11-18 Thread Pavel Tupitsyn
Hello, The correct query would be "SELECT AssociateID FROM Associate", because Ignite infers table name from the class name, and column names from property names. You can override table name with QueryEntity.TableName property, and column names with QuerySqlFieldAttribute.Name property. On Wed,

C# SQL API on key-value entries in cache error

2020-11-18 Thread ABDumalagan
Hello, I ran into some errors trying to use Apache Ignite's SQL API, specifically the @QueryAnnotation and executing a query . Right now, I start a