コード例 #1
0
 /// <summary>
 /// Executes the affdvt query.
 /// </summary>
 /// <param name="formId">The form id.</param>
 /// <param name="whereCondnSql">The where condn SQL.</param>
 /// <param name="orderByCondn">The order by condn.</param>
 /// <returns>Returns ExecuteAffdvtQuery Dataset</returns>
 public QueryByFormData ExecuteAffdvtQuery(int formId, string whereCondnSql, string orderByCondn)
 {
     return(WSHelper.ExecuteAffdvtQuery(formId, whereCondnSql, orderByCondn));
 }