Skip to main content
A newer version of this page is available. .

AdvantageServerType Enum

Lists values that identify the type of the Advantage server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public enum AdvantageServerType

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