Skip to main content

SqlDataConnection.Dispose() Method

In This Article

Releases all resources used by SqlDataConnection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public void Dispose()

#Remarks

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

See Also