SaveConnectionMethod Enum
In This Article
Lists the values indicating how to save the connection string.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Hardcode
|
The connection string is hard-coded into the application. |
Keep
|
The connection string is hard-coded into the application along with the user credentials. |
Save
|
The connection string is stored in the application’s configuration file. |
Save
|
The connection string is stored in the application’s configuration file along with the user credentials. |
#Related API Members
The following properties accept/return SaveConnectionMethod values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Data |
IData |
|
.NET Reporting Tools | Xtra |
See Also