| Return the HoleType name, indexed by value |
| the HoleTypes can be found with Select * from HoleType Sample call to fHoleTypeN. select top 10 dbo.fHoleTypeN(holeType) as holeType from HoleObj see also fHoleType |
| name | type | length | inout | pnum |
| @value | int | 4 | input | 1 |
| varchar | 40 | input | 0 |