Click or drag to resize
ConnectionHelperGetIsolationLevel Method
Returns the isolation level evaluated from the string representation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static IsolationLevel GetIsolationLevel(
	Object value,
	IsolationLevel defaultValue
)

Parameters

value
Type: SystemObject
String value to convert
defaultValue
Type: System.DataIsolationLevel
Default value

Return Value

Type: IsolationLevel
See Also