a8c2773cedb3eb2e7fbda4a7587cafb9f190ee1c
API/CodeSamples/ExtendedFunctions.md
| ... | ... | @@ -1,5 +1,9 @@ |
| 1 | 1 | #ExtendedFunctions |
| 2 | 2 | |
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##About |
|
| 6 | + |
|
| 3 | 7 | This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. |
| 4 | 8 | |
| 5 | 9 | Below is a sample global.asax using the ExtendedFunctions setting. The code block will appear within ``<script runat="server"> </script>`` tags within global.asax. |