dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / IsBatched Property

In This Topic
    IsBatched Property
    In This Topic
    Gets a value indicating whether the application called the BeginBatch method.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsBatched As Boolean
    public bool IsBatched {get;}

    Property Value

    true if application called the BeginBatch method; otherwise, false.
    See Also