HyperActive
GetFieldName Method (column)
NamespacesHyperActive.CoreNameProviderGetFieldName(ColumnSchema)
Gets a field name derived from the column name. Override GetFieldName(string) to customize.
Declaration Syntax
C#Visual BasicVisual C++
public string GetFieldName(
	ColumnSchema column
)
Public Function GetFieldName ( _
	column As ColumnSchema _
) As String
public:
String^ GetFieldName(
	ColumnSchema^ column
)
Parameters
column (ColumnSchema)
The column from which field name is derived.
Return Value
The name of the field derived from the column.

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