Skip to main content

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

NuGet Package: DevExpress.Xpo

Declaration

public void StartTracing()

Remarks

Calls the LocalDBStartTracing internally.

See Also