Exemplo n.º 1
0
 public DataSet ListEffectivePermissions(bool suppressExceptions, string loginToken, int userID, string dataviewName, string tableName)
 {
     using (SecureData sd = new SecureData(suppressExceptions, loginToken)) {
         return(sd.ListEffectivePermissions(userID, dataviewName, tableName));
     }
 }