views:

228

answers:

0

Is it possible to create a CLR function mapped to a method of the nested type?

CREATE FUNCTION [dbo].[MyClrFunc] (@s NTEXT) RETURNS NTEXT AS EXTERNAL NAME [MyAsm].[MyNamespace.MyClass+MyInnerClass].MyFunc;

the SQL Server keep feeding me with the same error:

MyNamespace.MyClass+MyInnerClass