CorrigoNetOptionsLockOnDataRetrieval Property |
Specifies isolation level READ COMMITTED/READ UNCOMMITTED for Retrieve() and RetrieveMultiple() CorrigoService methods.
Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IsolationLevel LockOnDataRetrieval { get; set; }
Public Property LockOnDataRetrieval As IsolationLevel
Get
Set
No code example is currently available or this language may not be supported.
Property Value
IsolationLevel
See Also