HyperActive
GetFieldName Method (expression)
NamespacesHyperActive.CoreNameProviderGetFieldName(String)
Gets a field name derived from the expression. The default implementation will return underscore plus the camelized version of expression.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetFieldName(
	string expression
)
Public Overridable Function GetFieldName ( _
	expression As String _
) As String
public:
virtual String^ GetFieldName(
	String^ expression
)
Parameters
expression (String)
The expression from which the field name is derived.
Return Value
The name of the field based on the expression.

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