HyperActive
GetTableName Method (table)
NamespacesHyperActive.CoreNameProviderGetTableName(TableSchema)
The default implementation will trim every prefix in SkipTablePrefixes from the beginning of a table. Override GetTableName(string) to customize.
Declaration Syntax
C#Visual BasicVisual C++
public string GetTableName(
	TableSchema table
)
Public Function GetTableName ( _
	table As TableSchema _
) As String
public:
String^ GetTableName(
	TableSchema^ table
)
Parameters
table (TableSchema)
The table.
Return Value
Name of the class that will represent this table.

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