DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnection Class / BeginDbTransaction Method
The isolation level of the transaction.

In This Topic
    BeginDbTransaction Method (C1ServiceNowConnection)
    In This Topic
    Begins a transaction on the connection.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function BeginDbTransaction( _
       ByVal isolationLevel As IsolationLevel _
    ) As DbTransaction
    protected override DbTransaction BeginDbTransaction( 
       IsolationLevel isolationLevel
    )

    Parameters

    isolationLevel
    The isolation level of the transaction.

    Return Value

    The transaction.
    See Also