USP_DATALIST_CMSEVENTOPTION

Parameters

Parameter Parameter Type Mode Description
@ID uniqueidentifier IN

Definition

Copy


                    CREATE procedure USP_DATALIST_CMSEVENTOPTION(@ID uniqueidentifier) as
                        select OPTIONDATA from dbo.CMSEVENTOPTION where ID = @ID