/winforms-reporting-interceptors

The following example shows how to override the default (READ COMMITTED) isolation level in a specific query to allow the user to retrieve the data without being locked on the requested data by another process that modifies it.

Primary LanguageC#OtherNOASSERTION

Reporting for WinForms - Override the Default Isolation Level

This example overrides the default isolation level (READ COMMITTED) for a specific query. It allows users to retrieve information without being locked by another process that modifies the same data.

Example Overview

  1. Implement the IDBCommandInterceptor interface (NolockInterceptor.cs in this example). Call the IDBCommandInterceptor.CommandCreated(String, IDbCommand) method and specify CommandText to execute.

  2. Call the XRDesignMdiController.AddService method to register the interceptor.

Files to Review

More Examples

Reporting for ASP NET.Core - Implement Row-Level Security

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)