dbo.ufnGetDocumentStatusText

Procedure/Function: 'dbo.ufnGetDocumentStatusText', Scalar function returning the text representation of the Status column in the Document table.

Procedure NameDescriptionParameters
dbo.ufnGetDocumentStatusTextScalar function returning the text representation of the Status column in the Document table.@RETURN_VALUE nvarchar(15) [RETURN VALUE], @Status tinyint(3) [INPUT]
There are no Dependencies for this object.