hi @GKmieliauskas @Wolf
how can I filter the following featureNameslist in the geodatabase created using Oracle SDE which don't have access to user:
Geodatabase geodatabase = new Geodatabase(new DatabaseConnectionFile(new Uri("path to sde")));
var featureNameslist = geodatabase.GetDefinitions<FeatureClassDefinition>().Select(def => def.GetName()).ToArray();
Just like in the catalog