ComponentOne Reports for WPF
C1.C1Report Namespace / DataSource Class / IsolationLevel Property

In This Topic
    IsolationLevel Property (DataSource)
    In This Topic
    Gets or sets the isolation level for OleDBTransaction 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