FUNCTION  fHoleTypeN

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

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0