<?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 How do I insert a row into a table with the ArcGIS Pro SDK? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-insert-a-row-into-a-table-with-the-arcgis/m-p/713902#M68</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to insert a new row into a featureless table in a file geodatabase, but I can't seem to find anything the ArcGIS Pro SDK community samples or pro snippets.&amp;nbsp; Does anybody know how this can be done and/or can point me in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2017 22:08:26 GMT</pubDate>
    <dc:creator>mfcallahan</dc:creator>
    <dc:date>2017-09-05T22:08:26Z</dc:date>
    <item>
      <title>How do I insert a row into a table with the ArcGIS Pro SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-insert-a-row-into-a-table-with-the-arcgis/m-p/713902#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to insert a new row into a featureless table in a file geodatabase, but I can't seem to find anything the ArcGIS Pro SDK community samples or pro snippets.&amp;nbsp; Does anybody know how this can be done and/or can point me in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 22:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-insert-a-row-into-a-table-with-the-arcgis/m-p/713902#M68</guid>
      <dc:creator>mfcallahan</dc:creator>
      <dc:date>2017-09-05T22:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a row into a table with the ArcGIS Pro SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-insert-a-row-into-a-table-with-the-arcgis/m-p/713903#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew, the simplest way, and recommended way, is to&amp;nbsp;use EditOperation.Create.&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Editing#edit-operation-create-features"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Editing#edit-operation-create-features&lt;/A&gt;. This assumes you have a layer or standalone table sourcing your feature class or table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a mix of GIS and non-GIS data, you must use EditOperation.Callback.&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#creating-a-row"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#creating-a-row&lt;/A&gt;. This would also work for a scenario where you do not have a layer (or standalone table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[If you cannot use&amp;nbsp;EditOperation (eg you are writing a console program) you should use Geodatabase.ApplyEdits.&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic7093.html"&gt;http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic7093.html&lt;/A&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 16:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-insert-a-row-into-a-table-with-the-arcgis/m-p/713903#M69</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2017-09-06T16:53:05Z</dc:date>
    </item>
  </channel>
</rss>

