Boolean determining if simple names should be used for tables and columns.
Data Type
bool
Default Value
false
Remarks
SharePoint tables and columns can
use special characters in names that are normally not allowed in standard databases.
UseSimpleNames makes
the adapter easier to use with traditional database tools.
Setting UseSimpleNames to true will simplify the names of tables and columns returned. It
will enforce a naming
scheme such that only alphanumeric characters and the underscore are valid for the displayed table
and column names.
Any nonalphanumeric characters will be converted to an underscore.