SqlDataConnection.Dispose() Method
Releases all resources used by SqlDataConnection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
Calling the Dispose method allows you to reallocate the resources used by a SqlDataConnection instance.
See Also