DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>..::..TryGetTableOrView Method
Tries to get the metadata for a table or view.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public bool TryGetTableOrView( TObjectName tableName, out Nullable<TableOrViewMetadata<TObjectName, TDbType>> tableOrView )
Public Function TryGetTableOrView ( _ tableName As TObjectName, _ <OutAttribute> ByRef tableOrView As Nullable(Of TableOrViewMetadata(Of TObjectName, TDbType)) _ ) As Boolean
public: bool^ TryGetTableOrView( TObjectName tableName, [OutAttribute] Nullable<TableOrViewMetadata<TObjectName, TDbType>^>% tableOrView )
Parameters
- tableName
- Type: TObjectName
Name of the table or view.
- tableOrView
- Type: Nullable<(Of <(<'TableOrViewMetadata<(Of <(<'TObjectName, TDbType>)>)>>)>)>%
The table or view.