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

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