HyperActive
GetClassName Method (expression)
NamespacesHyperActive.CoreNameProviderGetClassName(String)
Gets a value to be used as the name of a class. The default implementation passes the results of GetTableName(expression) to Inflector.Pascalize(string).
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetClassName(
	string expression
)
Public Overridable Function GetClassName ( _
	expression As String _
) As String
public:
virtual String^ GetClassName(
	String^ expression
)
Parameters
expression (String)
Expression to evaluate to the name of a class.
Return Value
A string to use as the name of a class.

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