in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

What is the query to check if an attribute in a table existed or not?

Last post 08-10-2010 9:51 AM by Robert Simpson. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-10-2010 1:30 AM

    What is the query to check if an attribute in a table existed or not?

    Hi, The question is in the title is clear, I guess. What/how is the query to check if an attribute in a table existed or not? I am doing with SQLite. Thanks in advance.
  • 08-10-2010 9:51 AM In reply to

    Re: What is the query to check if an attribute in a table existed or not?

    SQLiteConnection.GetSchema() will give you all kinds of information about tables and columns and properties on tables and columns.

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems