UFN_SMARTFIELDINSTANCE_GETGUIDVALUES

Return

Return Type
table

Parameters

Parameter Parameter Type Mode Description
@SMARTFIELDINSTANCEID uniqueidentifier IN

Definition

Copy
create function dbo.UFN_SMARTFIELDINSTANCE_GETGUIDVALUES(@SMARTFIELDINSTANCEID uniqueidentifier)
returns table
as
return
select cast(null as uniqueidentifier) as ID, cast(null as int) as IDInt, cast(null as uniqueidentifier) as VALUE