AdvantageConnectionParameters.ServerType Property
Gets or sets the type of the Advantage server.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
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