i am trying to use the Search Cursor in my program without specifying "da", like so:
`
for row in arcpy.SearchCursor(layer):
print(row["field_name"])
`
I used to be able to do something like this in ArcGIS 10. Has this way of using the cursor been deprecated in ArcGIS Pro?