K
KishorK
OleDbConnection class has GetOleDbSchemaTable method which gives schema
information of database.
There is no such method (GetSqlDbSchemaTable) for SqlConnection class.
How shall one go for getting schema information for SqlServer database?
(basically I want schema information of each field, pk, fk, stored
procedures.)
How shall i go about this?
thx.
information of database.
There is no such method (GetSqlDbSchemaTable) for SqlConnection class.
How shall one go for getting schema information for SqlServer database?
(basically I want schema information of each field, pk, fk, stored
procedures.)
How shall i go about this?
thx.