Home
Options

semicolon in OData service url

Hello,

I am trying to access an ODatav2 service using LINQPad 5 that has in the path a semicolon (;).
While the initial discovery seems to work fine (entitysets are discovered), autocompletion does not seem to work properly and if I write an expression I get the following:

CS1001 Identifier expected
CS1003 Syntax error, ',' expected

I suspect that it has to do with the ";" as it looks like the same separator is used in the connection string (as I get it from the advanced connection properties).

I tried to substitute ";" with %3b in the url, but the server does not accept it.

Any ideas / hints?

Kind regards,
John

Sign In or Register to comment.