<?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: List the List the Featureclass name from Oracle SDE connection in SDK in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1400237#M11278</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I looked at the&amp;nbsp;&lt;SPAN&gt;ArcGIS Pro SDK community sample&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/DatastoresDefinitionsAndDatasets" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;DatastoresDefinitionsAndDatasets&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using Enterprise geodatabase. The code to get the definitions of feature classes is as follows:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;definitions = geodatabase.GetDefinitions&amp;lt;FeatureClassDefinition&amp;gt;().Select(CreateDataSetInfo).ToList();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the definitions in the above code includes feature classes which don't have access to user. &lt;STRONG&gt;How can I get only definitions that are accessible to the user? And the user need not to be the owner.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 07:48:34 GMT</pubDate>
    <dc:creator>SumitMishra_016</dc:creator>
    <dc:date>2024-03-25T07:48:34Z</dc:date>
    <item>
      <title>List the List the Featureclass name from Oracle SDE connection in SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1398954#M11262</link>
      <description>&lt;P&gt;How to get the list of&amp;nbsp;Featureclass names from Oracle SDE connection in .NET SDK just like clicking the List of Tables in below screenshot from New Query Layer dialog box in ArcGIS pro 3.2?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sumalain1_0-1711024425608.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98625i904B3EDF958C5548/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sumalain1_0-1711024425608.png" alt="sumalain1_0-1711024425608.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 12:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1398954#M11262</guid>
      <dc:creator>SumitMishra_016</dc:creator>
      <dc:date>2024-03-21T12:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: List the List the Featureclass name from Oracle SDE connection in SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1399274#M11267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look at the ArcGIS Pro SDK community sample&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/DatastoresDefinitionsAndDatasets" target="_self"&gt;&lt;SPAN&gt;DatastoresDefinitionsAndDatasets&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 20:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1399274#M11267</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-03-21T20:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: List the List the Featureclass name from Oracle SDE connection in SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1400237#M11278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I looked at the&amp;nbsp;&lt;SPAN&gt;ArcGIS Pro SDK community sample&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/DatastoresDefinitionsAndDatasets" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;DatastoresDefinitionsAndDatasets&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using Enterprise geodatabase. The code to get the definitions of feature classes is as follows:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;definitions = geodatabase.GetDefinitions&amp;lt;FeatureClassDefinition&amp;gt;().Select(CreateDataSetInfo).ToList();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the definitions in the above code includes feature classes which don't have access to user. &lt;STRONG&gt;How can I get only definitions that are accessible to the user? And the user need not to be the owner.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 07:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1400237#M11278</guid>
      <dc:creator>SumitMishra_016</dc:creator>
      <dc:date>2024-03-25T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: List the List the Featureclass name from Oracle SDE connection in SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1571810#M12451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;SPAN&gt;ArcGIS Pro SDK community sample&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geodatabase/DatastoresDefinitionsAndDatasets" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;DatastoresDefinitionsAndDatasets&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;didn't worked because of&amp;nbsp;&lt;A title="BUG-000168683" href="https://support.esri.com/en-us/bug/an-oracle-or-sql-geodatabase-with-select-privileges-vie-bug-000168683" target="_blank" rel="noopener"&gt;BUG-000168683&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 04:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/list-the-list-the-featureclass-name-from-oracle/m-p/1571810#M12451</guid>
      <dc:creator>SumitMishra_016</dc:creator>
      <dc:date>2024-12-31T04:48:54Z</dc:date>
    </item>
  </channel>
</rss>

