How to get all tables names in SQL CE database?

Viewed 7472

I have a database in SQL CE (sdf file) and I need to get all names of the tables.

How to do it?

1 Answers
Related