Click or drag to resize

IntegrateActualCostsServiceArgumentsDatabaseTable Property

If the actual costs records are defined in a database, determines the name of the table on the database that contains the actual costs records. This setting only applies when LoadFromTransactionFileOrDatabase is Database. Optional if a configuration file is used. Required if a configuration file is not used and actual costs records are defined in a database. If configuration file is used and this is not set, the setting in the saved configuration is used.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public string DatabaseTable { get; set; }

Property Value

Type: String
See Also