FUNCTION  fPhotoFlagsN

Returns the expanded PhotoFlags corresponding to the status value as a string

the photoFlags can be shown with Select * from PhotoFlags
Sample call to display the flags of some photoObjs
select top 10 objID, dbo.fPhotoFlagsN(flags) as flags
from photoObj

see also fPhotoFlags

Input and output parameters

nametypelengthinoutpnum
@valuebigint8input1
 varchar1000input0