public System.string TablePrefix {get; set;}
Provide an optional prefix for all Storage Management database tables. Review the Storage Management: Database Schema article for information. This option can be used to add a schema if it exists.
Examples:
test_
will result in tables named test_content, test_party_type, test_content_access and test_storage_meta
dbo.
will result in tables named dbo.content, dbo.party_type, dbo.content_access and dbo.storage_meta public System.string TablePrefix {get; set;}