Click or drag to resize

CorrigoNetOptionsLockOnDataRetrieval Property

Specifies isolation level READ COMMITTED/READ UNCOMMITTED for Retrieve() and RetrieveMultiple() CorrigoService methods.

Namespace:  CorrigoService
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IsolationLevel LockOnDataRetrieval { get; set; }

Property Value

Type: IsolationLevel
See Also