Gets a value that can be assigned to the target column.
| C# | Visual Basic | Visual C++ |
public string GetValue( ColumnSchema column )
Public Function GetValue ( _ column As ColumnSchema _ ) As String
public: virtual String^ GetValue( ColumnSchema^ column ) sealed
- column (ColumnSchema)
- The column for which the value is generated.
A value that can be assigned to a property representing the column.