Return type: CHARACTER

Access: PUBLIC

Applies to: OpenEdge.BusinessRules.DecisionService class; OpenEdge.Core.ServerConnection.IconnectionParameters interface

The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property:

GetConnectionString()

The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property. If the ConnectionParameters object has a custom format mask, an AppError is returned.

GetConnectionString(INPUT pcFormatMask AS CHARACTER)

The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property. If the ConnectionParameters object has a custom format mask, an AppError is returned.

GetConnectionString(INPUT poFormatMask AS FormatMaskEnum)