How to get database schema information when connection object is establish in ADO.NET
Posted on April 28th , 2009 by Admin
|
|
There is a method that helps in getting schema information that is GetSchema() and this method is called in three different ways first way when we call this method without any parameter its return the metadata(table, view, stored procedure.indexes etc).When method is called by passing metadata collection name and filter criteria returns the items from the collection after applying the filter criteria and last way is when we called by passing a metadata col |
| lection name returns information about items found in the specified collection.
|
|
|