HyperActive
GetClassName Method (table)
NamespacesHyperActive.CoreNameProviderGetClassName(TableSchema)
Gets a value to be used as the name of a class. Override GetClassName(string) to customize the behavior.
Declaration Syntax
C#Visual BasicVisual C++
public string GetClassName(
	TableSchema table
)
Public Function GetClassName ( _
	table As TableSchema _
) As String
public:
String^ GetClassName(
	TableSchema^ table
)
Parameters
table (TableSchema)
The table to convert to the name of the class.
Return Value
The name of the class based on the table.

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