I created a stored procedure in SqlServer 2008 which returns XML using FOR XML but my intellisense of Data Context in Visual studio 2010 shows Void as return type.Should i change the return type manually? If so to what type?.
I created a stored procedure in SqlServer 2008 which returns XML using FOR XML but my intellisense of Data Context in Visual studio 2010 shows Void as return type.Should i change the return type manually? If so to what type?.