Exago .NET API Documentation
TablePrefix Property
WebReports.Api.ReportMgmt Namespace > StorageMgmtConfig Class : TablePrefix Property

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:

  1. test_ will result in tables named test_content, test_party_type, test_content_access and test_storage_meta
  2. dbo. will result in tables named dbo.content, dbo.party_type, dbo.content_access and dbo.storage_meta
Syntax
public System.string TablePrefix {get; set;}
Remarks
Equivalent to the Table Prefix setting for Storage Management in the Admin Console.
See Also

Reference

StorageMgmtConfig Class
StorageMgmtConfig Members