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