UFN_WEALTHPOINT_SOCIALIMAGES
Return
| Return Type |
|---|
| table |
Parameters
| Parameter | Parameter Type | Mode | Description |
|---|---|---|---|
| @WPSOCIALID | uniqueidentifier | IN |
Definition
Copy
create function dbo.UFN_WEALTHPOINT_SOCIALIMAGES(@WPSOCIALID uniqueidentifier)
returns table
as return
select
ID,
IMAGEURL,
SEQUENCE
from
WPSOCIALIMAGE
where
@WPSOCIALID = WPSOCIALID