Responder Developer Guide
BeginTransactionWithNoReadLocks Method


Version: 10.2.1a

Resource Center Home

The data source reference.
Begin transaction with isolation level that does not block readers.
Syntax
'Declaration
 
Public Sub BeginTransactionWithNoReadLocks( _
   ByVal source As DataSource _
) 
'Usage
 
Dim instance As DataSession
Dim source As DataSource
 
instance.BeginTransactionWithNoReadLocks(source)
public void BeginTransactionWithNoReadLocks( 
   DataSource source
)

Parameters

source
The data source reference.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSession Class
DataSession Members

 

 


Send Comment