I see some connection string like this:
connectionString="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\DataAccessExamples.mdf;Integrated Security=True"
- How could I determine where the DataDirectory is?
- What does the "|" symbol mean?
- What's the official name of things like DataDirectory? I have seen substitution string or macro? Or anything else?
- Is there any other things like DataDirectory?
- Where can I find a complete reference list for them?