Ejemplo n.º 1
0
 /// <summary>
 /// Updates the AF Database to match all changes made to attribute.
 /// </summary>
 public void CheckIn()
 {
     _AttrLoader.Update(_Connection, this);
 }