public override void Initialize() { this.m_oCause = new CIssueCause(); this.m_oSolution = new CSolution(); }
/// <summary>Retrieve the cause(s) for data related to this issue that resides in other tables.</summary> public void GetSolution() { // Get the Issue solution(s) and add as another table of the local DataSet m_oSolution = new CSolution(this.DataObject.ConnectionString); m_oSolution.Get(this.IssueID); }