Gets a value that will "fit" into a column.
| C# | Visual Basic | Visual C++ |
string GetValue( ColumnSchema column )
Function GetValue ( _ column As ColumnSchema _ ) As String
String^ GetValue( ColumnSchema^ column )
- column (ColumnSchema)
- The colunm to reference when generating values.
A value that will "fit" into the the column.