<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add to Selection option for Query task in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574217#M14743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: SharpGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you define what you mean by this? Query task is not a selection tool. It's meant for querying data on the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 May 2010 18:17:54 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-05-17T18:17:54Z</dc:date>
    <item>
      <title>Add to Selection option for Query task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574216#M14742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tgorrie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible for me to "add to selection" for the query task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 16:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574216#M14742</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-17T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add to Selection option for Query task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574217#M14743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: SharpGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you define what you mean by this? Query task is not a selection tool. It's meant for querying data on the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 18:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574217#M14743</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-17T18:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add to Selection option for Query task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574218#M14744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tgorrie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the spatial query sample to bind a QueryTask result to a datagrid (see below). I would like to add to or combine the query results instead of clearing it each time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;' Bind data grid to query results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim resultFeaturesBinding As New Binding(("LastResult.Features"))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;resultFeaturesBinding.Source = QueryTask&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 11:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574218#M14744</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-18T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add to Selection option for Query task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574219#M14745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this case, you can no more take advantage of the existing collection 'QueryTask.LastResults.Features'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to manage yourself a collection of graphics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you get the result of a query, depending on your need, you can append/replace/combine/clear the collection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 12:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574219#M14745</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-18T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add to Selection option for Query task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574220#M14746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: bcales&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tgorrie - did you get this working - if so, would you mind sharing code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 22:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-to-selection-option-for-query-task/m-p/574220#M14746</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-02-16T22:07:06Z</dc:date>
    </item>
  </channel>
</rss>

