C# (Sharp) Programming Language Question:

What does the parameter Initial Catalog define inside Connection String?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

The database name to connect to.


Previous QuestionNext Question
What is the difference between const and static read-only?What is the difference between System.String and System.StringBuilder classes?