ConnectionHelperGetIsolationLevel Method |
Returns the isolation level evaluated from the string representation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
IsolationLevelSee Also