FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / IsolationLevel Property

In This Topic
    IsolationLevel Property
    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