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

MSSqlLocalDBApi.StartTracing() Method

Starts 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 StartTracing()

Remarks

Calls the LocalDBStartTracing internally.

See Also