<?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: ArcGIS Pro SDK: Create and add new standalone table in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771509#M631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic6813.html" rel="nofollow" style="color: #0366d6; background-color: #ffffff; text-decoration: none;"&gt;ArcGIS.Core.Data API&lt;/A&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is a DML-only (Data Manipulation Language) API. This means that all schema creation and modification operations such as creating tables and feature classes, creating and modifying fields, enabling attachments, and so on, need to be performed using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing" style="color: #0366d6; background-color: #ffffff; text-decoration: none;"&gt;Geoprocessing API&lt;/A&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;.&amp;nbsp; The specific geo processing tool you need to create a table is: &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-table.htm"&gt;management.&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;CreateTable&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp; If you don't want to use a template table to create the required fields you have to add the fields after the create table geoprocessing tool is finished.&amp;nbsp; Here is an example showing how to add or delete fields to an existing table:&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/AddDeleteFieldToFromFeatureClass"&gt;https://github.com/esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/AddDeleteFieldToFromFeatureClass&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2020 16:18:50 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2020-01-13T16:18:50Z</dc:date>
    <item>
      <title>ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771508#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using ArcGIS Pro SDK in Visual Studio 2019. I am able to get a list of selected standalone tables using the MapView.Active.GetSelectedStandaloneTables() but i would also like to create and&amp;nbsp; add new standalone tables to ArcGIS Pro. How would i go about doing that using the SDK? Thanks for your help - Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771508#M630</guid>
      <dc:creator>BobTaylor</dc:creator>
      <dc:date>2020-01-13T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771509#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic6813.html" rel="nofollow" style="color: #0366d6; background-color: #ffffff; text-decoration: none;"&gt;ArcGIS.Core.Data API&lt;/A&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is a DML-only (Data Manipulation Language) API. This means that all schema creation and modification operations such as creating tables and feature classes, creating and modifying fields, enabling attachments, and so on, need to be performed using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing" style="color: #0366d6; background-color: #ffffff; text-decoration: none;"&gt;Geoprocessing API&lt;/A&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;.&amp;nbsp; The specific geo processing tool you need to create a table is: &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-table.htm"&gt;management.&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;CreateTable&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp; If you don't want to use a template table to create the required fields you have to add the fields after the create table geoprocessing tool is finished.&amp;nbsp; Here is an example showing how to add or delete fields to an existing table:&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/AddDeleteFieldToFromFeatureClass"&gt;https://github.com/esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/AddDeleteFieldToFromFeatureClass&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 16:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771509#M631</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-01-13T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771510#M632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help Wolfgang. I will look through the links you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 17:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771510#M632</guid>
      <dc:creator>BobTaylor</dc:creator>
      <dc:date>2020-01-13T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771511#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this just for Python or is there a C# example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 18:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771511#M633</guid>
      <dc:creator>BobTaylor</dc:creator>
      <dc:date>2020-01-13T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771512#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's buried in a&amp;nbsp;utility network sample, but check out this C# file:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/UtilityNetwork/CategoriesUsage/CategoriesComboBox.cs" title="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/UtilityNetwork/CategoriesUsage/CategoriesComboBox.cs"&gt;arcgis-pro-sdk-community-samples/CategoriesComboBox.cs at master · Esri/arcgis-pro-sdk-community-samples · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Starting at line 192 is some code to create a table in the&amp;nbsp;geodatabase using the&amp;nbsp;geoprocessing APIs.&lt;/LI&gt;&lt;LI&gt;Starting at line 282, the code shows how to create a `StandaloneTable` from a&amp;nbsp;geodatabase table.&lt;/LI&gt;&lt;LI&gt;Starting at line 292, the code shows how to open a table view of that standalone table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps some. &amp;nbsp;We are actively working on adding some simple DDL operations directly in the Pro C# SDK for a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 05:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771512#M634</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-01-14T05:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771513#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI: We are also working on adding c# usage and examples to the ArcGIS Pro geoprocessing tools documentation (in addition to the python documentation we have right now) for one of the upcoming releases (post 2.5).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 18:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771513#M635</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-01-14T18:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771514#M636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. This information was very helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/771514#M636</guid>
      <dc:creator>BobTaylor</dc:creator>
      <dc:date>2020-01-15T13:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro SDK: Create and add new standalone table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/1620861#M12961</link>
      <description>&lt;P&gt;The ArcGIS Pro SDK now includes DDL operations, you can find several examples in the Geodatabase section of the&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase" target="_self"&gt;ArcGIS Pro SDK Community Samples GitHub&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 16:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-sdk-create-and-add-new-standalone-table/m-p/1620861#M12961</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2025-06-04T16:19:14Z</dc:date>
    </item>
  </channel>
</rss>

