umityaz

Results 1 issues of umityaz

in appsettings.json file we have connection string as: "ConnectionStrings": { "OpenEdgeDbContextConnStr": "DRIVER={Progress OpenEdge 10.2A driver};host=localhost;port=12345;db=modhotel;uid=myUser;PWD=myPass;DIL=READ UNCOMMITTED;", } When we run the below code public async Task GetTest() { using (var...