コード例 #1
0
 public bool IsWritting()
 {
     // This is so simple method that it does not need to be logged
     return(_tr.IsWritting());
 }
コード例 #2
0
 public bool IsWritting()
 {
     return(_keyValueDBTransaction.IsWritting());
 }