❔ Azure data studio connection string.
i'm using linux so i use Azure data studio as sqlserver management studio. but i can't know the connection string that i will use in ado, when using sqlconnection, i tried that:
from that picture what may be?
var con=new SqlConnection("Server=localhost;Database=mydeb;User Id=sa;Password=25509;");from that picture what may be?

