How do we define INPUT and OUTPUT parameters in SQLCLR?

.NET has following type of variable directions byvalue, byref and out (i.e. for C# only).
Following is how the mapping goes:-
=> Byval definition for function maps as input parameters for SQL Server.
=> Byref definition maps to input and output parameters for SQL Server.
But for "out" types of parameters there are no mappings defined. Its logical "out" types of parameter types does not have any equivalents in SQL Server.

0 comments:

Post a Comment

Blogger news