OpenEdge.Core.ServerConnection.IConnectionParameters
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetConnectionString () |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@return character A useable string of connection parameters. */
|
||
| CHARACTER GetConnectionString (character) |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@param character The format mask to use. Typically overrides the mask
specified by the property.
@return character A useable string of connection parameters. */
|
||
| CHARACTER GetConnectionString (FormatMaskEnum) |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@param FormatMaskEnum The format mask to use. Overrides the mask
specified by the property.
@return character A useable string of connection parameters. */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
|
Method Detail
CHARACTER GetConnectionString ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetConnectionString (character)
|
||||||||||||||||||||
CHARACTER GetConnectionString (FormatMaskEnum)
|
||||||||||||||||||||
Property Detail
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
||||
|---|---|---|---|---|