Return the HoleType value, indexed by name |
the HoleTypes can be found with Select * from HoleType Sample call to fHoleType. select top 10 * from HoleObj where holeType = dbo.fHoleType('OBJECT') see also fHoleTypeN |
name | type | length | inout | pnum |
int | 4 | input | 0 | |
@name | varchar | 40 | input | 1 |