DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>..::..GetTableOrView Method
Gets the metadata for a table.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public TableOrViewMetadata<TObjectName, TDbType> GetTableOrView( TObjectName tableName )
Public Function GetTableOrView ( _ tableName As TObjectName _ ) As TableOrViewMetadata(Of TObjectName, TDbType)
public: TableOrViewMetadata<TObjectName, TDbType>^ GetTableOrView( TObjectName tableName )
Parameters
- tableName
- Type: TObjectName
Name of the table.