Exemplo n.º 1
0
 /// <summary>
 /// Gets definition for related item from a proper view
 /// </summary>
 /// <param name="connection">Database connection</param>
 /// <param name="viewName">View name</param>
 /// <param name="id">Id of related item</param>
 /// <returns></returns>
 private DataRow GetRelatedItemByAnalysis(DatabaseConnection connection, string viewName, string id)
 {
     return connection.GetSingleItem(viewName, id);
 }