The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » SubQuery
  • possible to enum virtual columns returned in object from query?

    For a query that returns virtual columns (as samples below show for simple count & subquery ) - is there a way to enum the virtual column names returned? Code:OrdersQuery ordersQuery = new OrdersQuery(''ordersQuery''); ordersQuery.es.CountAll = true; ordersQuery.es.CountAllAlias = ''Count''; OrdersCollection oc = new ...
    Posted to Dynamic Query API (Forum) by dzilla on October 29, 2008
  • SubQueries in 2007.1.1210.0

    I have been using ES for a while but this is the first time I'm gonna use subqueries.  See code below Code:Dim esqItems As New ItemsQuery(''i'') Dim esqCategory As New CategoryQuery(''c'') esqItems.Where(esqItems.IsApproved.Equal(True)) esqCategory.es.Distinct = ...
    Posted to Dynamic Query API (Forum) by vreboton on July 1, 2008