list_="signatures"

<do action_="sql" list_="signatures" schema_="[SCHEMA]" tvf_="[FUNCTION]" value_="@r"/> populates @r with a list of all the signatures associated with the table-valued function [FUNCTION].

Syntax

<dynamic>
    <do action_="sql" 
     list_="signatures"
     schema_="[SCHEMA]"
     tvf_="[FUNCTION]"
     value_="@r"/>
     <widget class_="list" initlist_="{@r}"/>
</dynamic>

Attributes for list_="signatures"

schema_
The specified schema in which to find the table-valued function signatures.
tvf_
The table-valued function in which to retrieve signatures.
value_
@r is a list of the names of all available signatures for the given table-valued function.