FUNCTION  fPhotoModeN

Returns the Mode name, indexed by value ()

the Mode names can be found with
Select * from PhotoMode
Sample call to fPhotoModeN
select top 10 *
from photoObj
where mode = dbo.fPhotoMode('PRIMARY')

see also fPhotoModeN

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40output0