Hi,
I am creating an GP tool which has one of the params of type GPLayer and also it is multi-value. We can select multiple layers.
I have to loop through the selected input layer params and run some business logic based on feature layers data. Right now I am using SearchCursor to do that. But I can have cases where there are 2 databases and user can add same feature layers from the 2 DBs in the active map. Now in GP tool we will have same features from 2 different DBs but SearchCursor will not work correctly since it works on feature name and both features will have the same name. How to search data in both features in their respective dbs?
Also how can we get the table name from these feature layers?
@EarlMedina @JoshuaBixby