<?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: How can I check exist featureTable in geodatabase? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155038#M1752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the table name or display name of the table, you can&amp;nbsp;check if table exists in a geodatabase.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;var gdb = await Geodatabase.OpenAsync(localFilePath);&lt;BR /&gt; var tb=gdb.GeodatabaseFeatureTables.Select(a =&amp;gt; a.DisplayName == "Lines_Sync2");&lt;BR /&gt; if (tb != null)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; MessageBox.Show("Table exists");&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Nov 2018 00:06:23 GMT</pubDate>
    <dc:creator>PreetiMaske</dc:creator>
    <dc:date>2018-11-10T00:06:23Z</dc:date>
    <item>
      <title>How can I check exist featureTable in geodatabase?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155037#M1751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to check featuretable is exist in geodatabase.&lt;/P&gt;&lt;P&gt;How can I&amp;nbsp;check it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 09:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155037#M1751</guid>
      <dc:creator>SK2</dc:creator>
      <dc:date>2018-11-09T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check exist featureTable in geodatabase?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155038#M1752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the table name or display name of the table, you can&amp;nbsp;check if table exists in a geodatabase.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;var gdb = await Geodatabase.OpenAsync(localFilePath);&lt;BR /&gt; var tb=gdb.GeodatabaseFeatureTables.Select(a =&amp;gt; a.DisplayName == "Lines_Sync2");&lt;BR /&gt; if (tb != null)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; MessageBox.Show("Table exists");&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2018 00:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155038#M1752</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2018-11-10T00:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check exist featureTable in geodatabase?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155039#M1753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;I could checked to exist featuretable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 07:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-check-exist-featuretable-in-geodatabase/m-p/155039#M1753</guid>
      <dc:creator>SK2</dc:creator>
      <dc:date>2018-11-12T07:37:16Z</dc:date>
    </item>
  </channel>
</rss>

