Returns the PhotoFlags value corresponding to a name |
the photoFlags can be shown with Select * from PhotoFlags Sample call to find photo objects with saturated pixels is select top 10 * from photoObj where flags & dbo.fPhotoFlags('SATURATED') > 0 see also fPhotoDescription |
name | type | length | inout | pnum |
bigint | 8 | input | 0 | |
@name | varchar | 40 | input | 1 |