Gets a value to be used as the name of a class. Override GetClassName(string) to customize the behavior.
| C# | Visual Basic | Visual C++ |
public string GetClassName( TableSchema table )
Public Function GetClassName ( _ table As TableSchema _ ) As String
public: String^ GetClassName( TableSchema^ table )
- table (TableSchema)
- The table to convert to the name of the class.
The name of the class based on the table.