[]
        
(Showing Draft Content)

C1.Report.DataSource.IsolationLevel

IsolationLevel Property

IsolationLevel

Gets or sets the isolation level for DbTransaction used to retrieve the report data.

The default is IsolationLevel.ReadCommitted.

Declaration
[C1Category("Data")]
[C1Description("DataSource.IsolationLevel", "Isolation level for OleDBTransaction used to retrieve the report data.")]
public IsolationLevel IsolationLevel { get; set; }
<C1Category("Data")>
<C1Description("DataSource.IsolationLevel", "Isolation level for OleDBTransaction used to retrieve the report data.")>
Public Property IsolationLevel As IsolationLevel