Gets or set the list of table prefixes to skip when rendering names that use table name.
| C# | Visual Basic | Visual C++ |
public StringCollection SkipTablePrefixes { get; set; }
Public Property SkipTablePrefixes As StringCollection
public: property StringCollection^ SkipTablePrefixes { StringCollection^ get (); void set (StringCollection^ value); }