9using System.Collections.Generic;
18 public void Add(
string data)
20 var child = this.AddNew();
24 internal void Update(IDbTransaction tr)
26 foreach (
Child child
in this)
MobileList< C > DeletedList
A collection containing all child objects marked for deletion.
This is the base class from which most business collections or lists will be derived.
List< Child > GetDeletedList()
@ Serializable
Prevents updating or inserting until the transaction is complete.