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.
-
Implement the IDBCommandInterceptor interface (
NolockInterceptor.cs
in this example). Call the IDBCommandInterceptor.CommandCreated(String, IDbCommand) method and specifyCommandText
to execute. -
Call the XRDesignMdiController.AddService method to register the interceptor.
Reporting for ASP NET.Core - Implement Row-Level Security
(you will be redirected to DevExpress.com to submit your response)