Gets a field name derived from the column name. Override GetFieldName(string) to customize.
| C# | Visual Basic | Visual C++ |
public string GetFieldName( ColumnSchema column )
Public Function GetFieldName ( _ column As ColumnSchema _ ) As String
public: String^ GetFieldName( ColumnSchema^ column )
- column (ColumnSchema)
- The column from which field name is derived.
The name of the field derived from the column.