FUNCTION  fMaskType

Returns the MaskType value, indexed by name

the MaskType names can be found with
Select * from MaskType
Sample call to fMaskType.
select top 10 *
from Mask
where type = dbo.fMaskType('Star')

see also fMaskTypeN

Input and output parameters

nametypelengthinoutpnum
 int4input0
@namevarchar40input1