For some reason , the answer to this complete eludes me.

Every example I have found anywhere, assumes that you already know what the table names are.

Does anyone know a quick and dirty way of listing existing table names in an SQLite database?

I have been going through the SQLite .NET help.
The SQLiteMetaDataCollectionNames Fields is really confusing. (they need to include more samples) The most I got it to give back to me was "Tables" on a line all by itself.

Any help will be deeply appreciated.
I am using VS2010.
.NET 3.5
And the newest version of SQLite. I downloaded it last week.
Thanks