Description

DBConfig contains information about how components should interact with the StockTrader Database. It is a part of one or more service calls within the StockTrader Configuration Service contract.

Members

Name

Type

Description

DBName

String

Gets the name of the database system that serves the database (e.g., MSSQL).

DBHostName

String

Gets the host name of the server on which the database resides.

DBPort

String

Gets the number of the port through which database communication occurs.

  • No labels