When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the
When a clr has the input type of SqlString it causes nvarchar(4000) to be
the parameter type of the function in sql server. how to modify my CLR
function to use nvarchar(max) ?
RE: When a clr has the input type of SqlString it causes nvarchar(4000
Can you be more specific? The CLR doesn't do anything in particular with
SqlString, framework code might. Could you post code that exemplifies the
problem?
--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
"DR" wrote:
> When a clr has the input type of SqlString it causes nvarchar(4000) to be
> the parameter type of the function in sql server. how to modify my CLR
> function to use nvarchar(max) ?
>
>
>