コード例 #1
0
 internal void Clear()
 {
     current        = null;
     this.dbContext = null;
 }
コード例 #2
0
 internal EntityTransaction(EntityContext dbContext)
 {
     this.dbContext = dbContext;
     current        = this;
 }