Retrieving properties of tables and views
Posted: Sat 20 Apr 2019 13:56
Hello!
UniDac allows me to get a list of tables and views like so:
SrcConnection.GetTableNames( FSourceNames );
Now I want to fill a list but differentiating between tables and views.
How do I get the properties of a single object?
Please note that the table component does not seem to have anything to distinguish between the two (I did check).
Thanks!
UniDac allows me to get a list of tables and views like so:
SrcConnection.GetTableNames( FSourceNames );
Now I want to fill a list but differentiating between tables and views.
How do I get the properties of a single object?
Please note that the table component does not seem to have anything to distinguish between the two (I did check).
Thanks!