Skip to content

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.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-reporting-interceptors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Topics

Resources

License

Stars

Watchers

Forks