Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.85 KB

README.md

File metadata and controls

37 lines (24 loc) · 2.85 KB

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)