Method | Description | |
---|---|---|
CreateChaos ( ) : |
||
CreateChaos ( System.TimeSpan timeout ) : |
||
CreateReadCommitted ( ) : |
||
CreateReadCommitted ( System.TimeSpan timeout ) : |
||
CreateReadUncommited ( ) : |
||
CreateReadUncommited ( System.TimeSpan timeout ) : |
||
CreateRepeatableRead ( ) : |
||
CreateRepeatableRead ( System.TimeSpan timeout ) : |
||
CreateSerializable ( ) : |
||
CreateSerializable ( System.TimeSpan timeout ) : |
||
CreateSnapshot ( ) : |
||
CreateSnapshot ( System.TimeSpan timeout ) : |
||
DataAccessScope ( ) : System | ||
DataAccessScope ( DataAccessIsolationLevel isolationLevel ) : System | ||
DataAccessScope ( DataAccessIsolationLevel isolationLevel, DataAccessScopeOptions options, System.TimeSpan timeout ) : System | ||
DataAccessScope ( DataAccessIsolationLevel isolationLevel, System.TimeSpan timeout ) : System | ||
DataAccessScope ( DataAccessScopeOptions options ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
Complete ( ) : void | ||
Complete ( ScopeCompleteOptions options ) : void | ||
Flush ( ) : void | ||
Flush ( DataAccessModel dataAccessModel ) : void |
public static CreateChaos ( ) : |
||
return |
public static CreateChaos ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public static CreateReadCommitted ( ) : |
||
return |
public static CreateReadCommitted ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public static CreateReadUncommited ( ) : |
||
return |
public static CreateReadUncommited ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public static CreateRepeatableRead ( ) : |
||
return |
public static CreateRepeatableRead ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public static CreateSerializable ( ) : |
||
return |
public static CreateSerializable ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public static CreateSnapshot ( ) : |
||
return |
public static CreateSnapshot ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public DataAccessScope ( DataAccessIsolationLevel isolationLevel ) : System | ||
isolationLevel | DataAccessIsolationLevel | |
return | System |
public DataAccessScope ( DataAccessIsolationLevel isolationLevel, DataAccessScopeOptions options, System.TimeSpan timeout ) : System | ||
isolationLevel | DataAccessIsolationLevel | |
options | DataAccessScopeOptions | |
timeout | System.TimeSpan | |
return | System |
public DataAccessScope ( DataAccessIsolationLevel isolationLevel, System.TimeSpan timeout ) : System | ||
isolationLevel | DataAccessIsolationLevel | |
timeout | System.TimeSpan | |
return | System |
public DataAccessScope ( DataAccessScopeOptions options ) : System | ||
options | DataAccessScopeOptions | |
return | System |