Deployment Tools Foundation
Tables Property
Gets the collection of tables in the Database.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TableCollection Tables { get; }
Public ReadOnly Property Tables As TableCollection
public: property TableCollection^ Tables { TableCollection^ get (); }