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

SqlDataConnection.Dispose() Method

Releases all resources used by SqlDataConnection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public void Dispose()

Remarks

Calling the Dispose method allows you to reallocate the resources used by a SqlDataConnection instance.

See Also