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

MSSqlLocalDBApi.StopTracing() Method

Stops tracing API calls for all the SQL Server Express LocalDB instances that belong to the current system user.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v20.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void StopTracing()

Remarks

Calls the LocalDBStopTracing function internally.

See Also