Data Access has been discontinued. Please refer to this page for more information.

SQL Events

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

The SQL Events tab page displays information about all executed SQL statements.

Here you can find information about:

  • SQL Statement - displays the completed SQL statement.
  • Start Time - shows the time when the statement is executed.
  • Duration (ms) - the duration of the operation in milliseconds.
  • Rows - the number of the records (rows) returned by the query.
  • ContextId - displays the id of the OpenAccessContext.
  • Context Name - displays the name of the context class.

Context Menu Operations

The context menu for the selected row in the SQL Events grid exposes the following actions:

  • Go To LINQ Statement - navigates to the corresponding LINQ record in the LINQ/API Events.
  • Go To Grouped SQL Statement - navigates to the corresponding parent record in the Grouped SQL Events.