I'm using QueryTable to get data from .sde geodatabase and from the restulted table I create FeatureLayer (LayerFactory.Instance.CreateFeatureLayer()). Then I try to select records from that layer using BasicFeatureLayer.Select() / Select(qf) but always get an error "This operation is not supported by this implementation". The documentation says "Selections against QueryTables are not supported on enterprise geodatabases", does this mean that there's no way to select records from QueryTable / virtual table added to the map or is there any workaround? Then again, I am able to select features manually in ArcGIS Pro GUI.