<?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: Create New - Table - Feature Layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166999#M4096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much for the tip and the sample code Chris, i appreciate it. let me try this approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajay -&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 20:44:43 GMT</pubDate>
    <dc:creator>AjaySisodia2</dc:creator>
    <dc:date>2011-11-01T20:44:43Z</dc:date>
    <item>
      <title>Create New - Table - Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166997#M4094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how create a new feature/record in a table published as the feature layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a layer and few associated tables published all as feature layers and I want to create a new record in the associated table when a new feature is created in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks alot in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ajay -&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 19:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166997#M4094</guid>
      <dc:creator>AjaySisodia2</dc:creator>
      <dc:date>2011-11-01T19:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create New - Table - Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166998#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Create a new Graphic and populate the Graphic.Attributes dictionary with the values, then add the graphic to your featurelayer. If AutoSave = true on you feature layer the graphic will be pushed back to your table. If AutoSave = false on your feature layer you will have to call FeatureLayer.SaveEdits()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Say your table has two fields, FirstName (text) and Age(integer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your graphic would look like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Graphic graphic = new Graphic()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphic.Attributes.Add("FirstName","John");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphic.Attributes.Add("Age", 25);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyFeatureLayer.Graphics.Add(graphic)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyFeatureLayer.SaveEdits() // &amp;lt;-- only need if MyFeatureLayer.AutoSave = false;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 20:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166998#M4095</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-11-01T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create New - Table - Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166999#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much for the tip and the sample code Chris, i appreciate it. let me try this approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajay -&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 20:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-new-table-feature-layer/m-p/166999#M4096</guid>
      <dc:creator>AjaySisodia2</dc:creator>
      <dc:date>2011-11-01T20:44:43Z</dc:date>
    </item>
  </channel>
</rss>

