A very quick question

SQL:

SELECT VALUE ROW( ('#' + CAST(pack.PackageID as Edm.String)) as PackageID) From ProductPackage

It show error, edm.String not found, I also try String or Varchar,still error.

I have read that reference but no help.

http://msdn.microsoft.com/en-us/library/bb386905.aspx


link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

It is a documentation problem. Try System.String instead of Edm.String.

link|improve this answer
I want to kiss you right on the lips! This has been driving me nuts! – Joel Brown Feb 9 at 16:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.