Class IsolationLevelExtensions
Inheritance
IsolationLevelExtensions
Assembly: Akka.Persistence.Sql.Common.dll
Syntax
public static class IsolationLevelExtensions
Methods
|
Improve this Doc
View Source
GetIsolationLevel(Config, String)
Declaration
public static IsolationLevel GetIsolationLevel(this Config config, string key)
Parameters
Returns
|
Improve this Doc
View Source
ToIsolationLevel(String)
Declaration
public static IsolationLevel ToIsolationLevel(this string level)
Parameters
Type |
Name |
Description |
String |
level |
|
Returns