HyperActive
GetValue Method (column)
NamespacesHyperActive.CoreValueProviderImplGetValue(ColumnSchema)
Gets a value that can be assigned to the target column.
Declaration Syntax
C#Visual BasicVisual C++
public string GetValue(
	ColumnSchema column
)
Public Function GetValue ( _
	column As ColumnSchema _
) As String
public:
virtual String^ GetValue(
	ColumnSchema^ column
) sealed
Parameters
column (ColumnSchema)
The column for which the value is generated.
Return Value
A value that can be assigned to a property representing the column.

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