ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / IsolationLevel Property

In This Topic
    IsolationLevel Property
    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 System.Data.IsolationLevel
    public System.Data.IsolationLevel IsolationLevel {get; set;}
    See Also