Return the SpecLineNames name, indexed by value |
the SpecLineNames can be found with Select * from SpecLineNames Sample call to fSpecLineNamesN. select top 10 dbo.fSpecLineNamesN(lineID) as lineID from SpecLine see also fSpecLineNames |
name | type | length | inout | pnum |
@value | int | 4 | input | 1 |
varchar | 40 | input | 0 |