Book a Demo

Author Topic: Model Search / Search in Source Code  (Read 2016 times)

dk

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Model Search / Search in Source Code
« on: September 07, 2008, 02:18:51 am »
Is it possible to search in source code using Model Search?

Here's what I try to do:
Import (reverse engineer) C# source files. ...works
Import (reverse engineer)  SQL Server schema. ...works
Find all database views containing 'TOP*ORDER*BY' in view definition ...works
Find all classes containing 'v_some_view_name' in imported/generated source code ...how??

Of course I could do a windows search instead... but it would be nice I could drag and drop the classes from the EA search result to a diagram.

After importing the C# source files my .eap file grew 40MB so it seems that the source code is in the .eap file and not just linked to the imported source files. So I think it should be possible to search the source code. -thanks