ArcFM Responder Mobile Developer Guide
BeginTransactionWithNoReadLocks Method






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
)
public procedure BeginTransactionWithNoReadLocks( 
    source: DataSource
); 
public function BeginTransactionWithNoReadLocks( 
   source : DataSource
);
public: void BeginTransactionWithNoReadLocks( 
   DataSource* source
) 
public:
void BeginTransactionWithNoReadLocks( 
   DataSource^ source
) 

Parameters

source
The data source reference.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSession Class
DataSession Members

Send Feedback