Example #1
0
 /// <summary>
 /// Executes the snapshot.
 /// </summary>
 /// <param name="snapshotId">The snapshot id.</param>
 /// <param name="whereCondition">The where condition.</param>
 /// <param name="orderByCondition">The order by condition.</param>
 /// <param name="formId">The form id.</param>
 /// <returns>the dataset</returns>
 public QueryData ExecuteSnapshot(int snapshotId, string whereCondition, string orderByCondition, int formId)
 {
     return(WSHelper.ExecuteSnapshot(snapshotId, whereCondition, orderByCondition, formId));
 }