UFN_SMARTFIELDINSTANCE_GETBOOLEANVALUES
Return
Return Type |
---|
table |
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@SMARTFIELDINSTANCEID | uniqueidentifier | IN |
Definition
Copy
create function dbo.UFN_SMARTFIELDINSTANCE_GETBOOLEANVALUES(@SMARTFIELDINSTANCEID uniqueidentifier)
returns table
as
return
select cast(null as uniqueidentifier) as ID, cast(null as int) as IDInt, cast(null as bit) as VALUE