DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>..::..GetTablesAndViews Method
DatabaseObject
Gets the tables and views that were loaded by this cache.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IReadOnlyCollection<TableOrViewMetadata<TObjectName, TDbType>> GetTablesAndViews()
Public Function GetTablesAndViews As IReadOnlyCollection(Of TableOrViewMetadata(Of TObjectName, TDbType))
public: IReadOnlyCollection<TableOrViewMetadata<TObjectName, TDbType>^>^ GetTablesAndViews()