UFN_SITE_MYSITE_GET
Return
Return Type |
---|
table |
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@CURRENTAPPUSERID | uniqueidentifier | IN |
Definition
Copy
create function dbo.UFN_SITE_MYSITE_GET
(
@CURRENTAPPUSERID uniqueidentifier
)
returns table
as return
select
'00000000-0000-0000-0000-000000000000' as ID,
dbo.UFN_APPUSER_DEFAULTSITEFORUSER(@CURRENTAPPUSERID) as SITEID