FUNCTION  fSpecLineNames

Return the SpecLineNames value, indexed by name

the SpecLineNames can be found with
Select * from SpecLineNames
Sample call to fSpecLineNames.
select top 10 *
from SpecLine
where lineID = dbo.fSpecLineNames('H_3970')

see also fSpecLineNamesN

Input and output parameters

nametypelengthinoutpnum
 int4input0
@namevarchar40input1