There isnt a lot of information in your question to base an answer on. What
exactly is it you are trying to acheive and why do you want to use a SQLCLR
function to achieve it.?
--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
"Frank Uray" wrote:
> Hi all
>
> I think this question was discused quite often before.
> But maybe some "good-brain" has a great idea ... :-)))
>
> I have a DataSet with "unknown" columns.
>
> The CLR Function should work like the normal TVF:
> ALTER FUNCTION [dbo].[fncTest] ()
> RETURNS TABLE
> AS
> RETURN
> (SELECT * FROM sys.objects)
>
> Any ideas or comments on that ??
>
> Thanks and best regards
> Frank Uray