| Return the ProgramType value, indexed by name |
| the ProgramTypes can be found with Select * from ProgramType Sample call to fProgramType. select top 10 * from Tile where programType = dbo.fProgramType('MAIN') see also fProgramTypeN |
| name | type | length | inout | pnum |
| int | 4 | input | 0 | |
| @name | varchar | 40 | input | 1 |