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

AdvantageConnectionParameters.ServerType Property

Gets or sets the type of the Advantage server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public AdvantageServerType ServerType { get; set; }

Property Value

Type Description
AdvantageServerType

A AdvantageServerType enumeration value that specifies the type of the Advantage server.

Available values:

Name Description
Local

Identifies the Local server type.

Remote

Identifies the Remote server type.

Internet

Identifies the Internet server type.

See Also