ISaveConnectionPageView.SetCanSaveToStorage(Boolean) Method
If implemented, sets whether the connection string can be saved to the dedicated storage.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, if the connection string can be saved to the storage; otherwise, false. |
Remarks
If the connection string can be saved to the storage, the dedicated check box and editor with the connection name are visible on a wizard page. The ISaveConnectionPageView.ShouldSaveConnectionString property specifies whether to save the connection string.
See Also