HyperActive
GetTableName Method (tableName)
NamespacesHyperActive.CoreNameProviderGetTableName(String)
The default implementation will trim every prefix in SkipTablePrefixes from the beginning of a table.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetTableName(
	string tableName
)
Public Overridable Function GetTableName ( _
	tableName As String _
) As String
public:
virtual String^ GetTableName(
	String^ tableName
)
Parameters
tableName (String)
Name of the table to trim.
Return Value
Name of the table with every prefix in SkipTablePrefixes removed from the beginning of the name.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)