Knight Data Access Layer
GetDatabaseTables Method (MySqlProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > MySqlProvider Class : GetDatabaseTables Method
Get a list of tables in the current database
Syntax
Public Overrides Function GetDatabaseTables() As List(Of Table)
Dim instance As MySqlProvider
Dim value As List(Of Table)
 
value = instance.GetDatabaseTables()
public override List<Table> GetDatabaseTables()
public: List<Table*>* GetDatabaseTables(); override 
public:
List<Table^>^ GetDatabaseTables(); override 

Return Value

List of Tables in the Database
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MySqlProvider Class
MySqlProvider Members