The default implementation will trim every prefix in SkipTablePrefixes from the beginning of a table. Override
GetTableName(string) to customize.
| C# | Visual Basic | Visual C++ |
public string GetTableName( TableSchema table )
Public Function GetTableName ( _ table As TableSchema _ ) As String
public: String^ GetTableName( TableSchema^ table )
- table (TableSchema)
- The table.
Name of the class that will represent this table.