コード例 #1
0
 void IEntitySet <TEntity> .DeleteAll()
 {
     _entitySet.DeleteAll();
     _data.Clear();
 }