SqlServerMetadataCache..::..GetTableOrViewName Method
Gets the name of the table or view.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
public SqlServerObjectName GetTableOrViewName( int objectId )
Public Function GetTableOrViewName ( _ objectId As Integer _ ) As SqlServerObjectName
public: SqlServerObjectName^ GetTableOrViewName( int^ objectId )
Parameters
- objectId
- Type: Int32
The object identifier.

