Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void StopTracing()

Remarks

Calls the LocalDBStopTracing function internally.

See Also