<?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: Import Feature class to SQL geodatabase from .gdb file-based geodatabase in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/import-feature-class-to-sql-geodatabase-from-gdb/m-p/700214#M8850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confirm, you would like to copy/transfer a feature class from a File Geodatabase to a table in a Mobile Geodatabase (for use in an ArcGIS Runtime application)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a few options for this:&lt;/P&gt;&lt;P&gt;- Use ArcMap and the Create Runtime Content tool&lt;/P&gt;&lt;P&gt;- Use ArcGIS Pro and the Create Mobile Map Package tool&lt;/P&gt;&lt;P&gt;- Use ArcGIS Runtime SDK for .NET plus the ArcGIS Runtime Local Server component to execute the Create Runtime Content tool (that you have packaged as a Geoprocessing package using ArcMap)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note in all the above cases the resulting mobile geodatabase will be read-only. To create an editable mobile geodatabase you need to follow the services-based pattern discussed in&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/create-an-offline-map.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/create-an-offline-map.htm"&gt;Create an offline map—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/sync-offline-edits.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/sync-offline-edits.htm"&gt;Sync offline edits—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 15:45:13 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2017-10-06T15:45:13Z</dc:date>
    <item>
      <title>Import Feature class to SQL geodatabase from .gdb file-based geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/import-feature-class-to-sql-geodatabase-from-gdb/m-p/700213#M8849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to GIS so be gentle! LOL!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do seems so straight forward that I'm surprised I can't find anything on Google to point me in the rignt direction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a windows desktop application c# and .Net to do the equivalent of the ArcCatalog 10.3.1 function 'Import ==&amp;gt; Feature Class (sigle)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to import from a file-based .gdb geodatabase into an enterprise SQL Server - based Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I should be able to do this using the ArcGIS SDK for .Net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to find some sample code to speed up the learning curve...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/import-feature-class-to-sql-geodatabase-from-gdb/m-p/700213#M8849</guid>
      <dc:creator>LenHannam</dc:creator>
      <dc:date>2017-10-05T17:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import Feature class to SQL geodatabase from .gdb file-based geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/import-feature-class-to-sql-geodatabase-from-gdb/m-p/700214#M8850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confirm, you would like to copy/transfer a feature class from a File Geodatabase to a table in a Mobile Geodatabase (for use in an ArcGIS Runtime application)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a few options for this:&lt;/P&gt;&lt;P&gt;- Use ArcMap and the Create Runtime Content tool&lt;/P&gt;&lt;P&gt;- Use ArcGIS Pro and the Create Mobile Map Package tool&lt;/P&gt;&lt;P&gt;- Use ArcGIS Runtime SDK for .NET plus the ArcGIS Runtime Local Server component to execute the Create Runtime Content tool (that you have packaged as a Geoprocessing package using ArcMap)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note in all the above cases the resulting mobile geodatabase will be read-only. To create an editable mobile geodatabase you need to follow the services-based pattern discussed in&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/create-an-offline-map.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/create-an-offline-map.htm"&gt;Create an offline map—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/sync-offline-edits.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/sync-offline-edits.htm"&gt;Sync offline edits—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/import-feature-class-to-sql-geodatabase-from-gdb/m-p/700214#M8850</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-10-06T15:45:13Z</dc:date>
    </item>
  </channel>
</rss>

