コード例 #1
0
 void IEntitySet <TEntity> .AcceptChanges(bool onlyForValidEntities)
 {
     _entitySet.AcceptChanges(onlyForValidEntities);
 }