<?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 Creating M-N Relationships in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681129#M17514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 tables exposed through a Feature Service tha has a M-N relationship.&amp;nbsp;&amp;nbsp; Assuming that I have a Graphic object from each table, is it possible to create a relationship between the two?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 14:52:01 GMT</pubDate>
    <dc:creator>rbae</dc:creator>
    <dc:date>2011-10-25T14:52:01Z</dc:date>
    <item>
      <title>Creating M-N Relationships</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681129#M17514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 tables exposed through a Feature Service tha has a M-N relationship.&amp;nbsp;&amp;nbsp; Assuming that I have a Graphic object from each table, is it possible to create a relationship between the two?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 14:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681129#M17514</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2011-10-25T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating M-N Relationships</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681130#M17515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look at this SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords&lt;/A&gt;&lt;SPAN&gt;. This forum thread might also be relevant: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/14626-Please-help-with-ExecuteRelationshipQueryAsync"&gt;http://forums.arcgis.com/threads/14626-Please-help-with-ExecuteRelationshipQueryAsync&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 13:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681130#M17515</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-10-31T13:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating M-N Relationships</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681131#M17516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand these posts correctly, they are for reading/querying relationship classes and not actually creating relationships?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if I'm missing something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 16:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681131#M17516</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2011-11-07T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating M-N Relationships</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681132#M17517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your tables can be represented as FeatureLayer, where Graphic.Attributes represent the row in the table. This feature service for example are related by an attribute "sf_311_serviceoid" (i.e. "2547813"): &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer&lt;/A&gt;&lt;SPAN&gt;. To relate graphics then, you can update their attribute value. But you need to know which attribute connects the two tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 18:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-m-n-relationships/m-p/681132#M17517</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-11-07T18:39:36Z</dc:date>
    </item>
  </channel>
</rss>

