How can I tell what entities can be queried?
The entities that support DataQuery
implement the interface Litium.Data.Queryable.IQuerySupport
to inform that the entity has query support.
Example: public class BaseProduct : Litium.Data.Queryable.IQuerySupport