Connection String for OData (WCF Data Service) Custom Service

hi,
I want to construct a string connection for accessing a custom OData Service.
The format of such string must be of the form "prover=********;metadata=****"
What may I use to replace *****
I used "provider=System.Data.SqlClient;metadata=res//" and I got errors messages.
So how do I do to fulfill the provider and metadata key words in order to get a correct OData connection string ?

0 answers