Returns the SpecClass value, indexed by name |
the SpecClass values can be found with Select * from SpecClass Sample call to fSpecClass. select top 10 * from SpecObj where specClass = dbo.fSpecClass('QSO') see also fSpecClassN |
name | type | length | inout | pnum |
int | 4 | input | 0 | |
@name | varchar | 40 | input | 1 |