HyperActive
GetPropertyName Method (expression)
NamespacesHyperActive.CoreNameProviderGetPropertyName(String)
Gets a property name derived from the expression. The default implementation passes expression to Inflector.Pascalize. If the remaining value is 2 characters in length, the result will be both characters capitalized.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetPropertyName(
	string expression
)
Public Overridable Function GetPropertyName ( _
	expression As String _
) As String
public:
virtual String^ GetPropertyName(
	String^ expression
)
Parameters
expression (String)
Expression to convert to property name.
Return Value
The expression as a property name.

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