spLoadRecord_DocUploadFileContent

Parameters

Parameter Parameter Type Mode Description
@PKID int IN

Definition

Copy

                CREATE Procedure [dbo].[spLoadRecord_DocUploadFileContent](@PKID int)
AS
select DocUploadFiles.[Contents]
from DocUploadFiles 
where DocUploadFiles.ID = @PKID