Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 640 Bytes

File metadata and controls

17 lines (10 loc) · 640 Bytes

SQL Server Table-valued Functions

Executing a table-valued function

To connect an SQL Table UDF, declare a C# function with the correct signature and add [Function(RequiresAlias = true)] and [Tuple] attributes. Note that the function returns an entity, as expected.

inside a complex statement:

< BACK | HOME