Returns the PhotoType value, indexed by name (Galaxy, Star,...) |
the PhotoType names can be found with Select * from PhotoType Sample call to fPhotoType. select top 10 * from photoObj where type = dbo.fPhotoType('Star') see also fPhotoTypeN |
name | type | length | inout | pnum |
int | 4 | input | 0 | |
@name | varchar | 40 | input | 1 |