Hi!
Other simple question:
I have complex sql-function GetAllowedUserIdList that has one parameter (Guid) and returns multiple rows with single column of Guid (uniqueidentifier) type.
How I can correctly read this data?
I do not want to wrap this function into stored procedure. Are there other ways?