SQL Server administration and T-SQL development, Web Programming with ASP.NET and Javascript, SAP Smartforms and ABAP Programming, Windows 7, Visual Studio and MS Office software

Kodyaz Development Resources

Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.

Re: CLR Function - The SqlFunctionAttribute of the Init method for a CLR table-valued function must set the FillRowMethodName property.

  •  09-01-2010, 9:14 AM

    Re: CLR Function - The SqlFunctionAttribute of the Init method for a CLR table-valued function must set the FillRowMethodName property.

    Hello,

    My SQL CLR split function code (VB.NET) was as follows :

    <SqlFunction()>

    When I set the FillRowMethodName property of SqlFunctionAttribute attribute as follows, the exception is solved
    <SqlFunction(FillRowMethodName:="FillRow", TableDefinition:="Value nvarchar(4000)")>

    Note that I have also defined the table structure, I mean the table columns in order using the TableDefinition property.


    Eralper
    Kodyaz.com
View Complete Thread
Copyright © 2004 - 2011 Eralper Yilmaz. All rights reserved.
Community Server, by Telligent Systems