FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataSource Class / IsolationLevel Property

In This Topic
    IsolationLevel Property (DataSource)
    In This Topic
    Gets or sets the isolation level for DbTransaction used to retrieve the report data.

    The default is IsolationLevel.ReadCommitted.

    Syntax
    'Declaration
     
    Public Property IsolationLevel As IsolationLevel
    public IsolationLevel IsolationLevel {get; set;}
    See Also