A newer version of this page is available.
Switch to the current version.
AdvantageServerType Enum
Lists values that identify the type of the Advantage server.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Local | Identifies the Local server type. |
Remote | Identifies the Remote server type. |
Internet | Identifies the Internet server type. |
Related API Members
The following properties accept/return AdvantageServerType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | AdvantageConnectionParameters.ServerType |
WPF Controls | ConnectionPropertiesPage.ServerTypeAdvantage |
Remarks
Values listed in this enumeration are used to set the AdvantageConnectionParameters.ServerType property.
See Also
Feedback