9using System.Collections.Generic;
16 public class GrandChild : BusinessBase<GrandChild>
18 private string _data =
"";
38 internal static GrandChild NewGrandChild(
string data)
45 internal static GrandChild GetGrandChild(IDataReader dr)
57 private void Fetch(IDataReader dr)
62 internal void Update(IDbTransaction tr)
83 protected override void OnDeserialized(System.Runtime.Serialization.StreamingContext context)
85 base.OnDeserialized(context);
override void OnDeserialized(System.Runtime.Serialization.StreamingContext context)
override object GetIdValue()
Override this method to return a unique identifying value for this object.
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static void Add(string key, string value)
Add an item to the test results, to indicate an outcome of a particular operation
@ Serializable
Prevents updating or inserting until the transaction is complete.