We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277267b commit 9501ab4Copy full SHA for 9501ab4
2 files changed
DirectSQL/SqlLite/SqlLiteDatabase.cs
@@ -10,7 +10,7 @@ namespace DirectSQL.SqlLite
10
public class SqlLiteDatabase : Database
11
{
12
13
- private String _sqlLiteConnectionString;
+ readonly private String _sqlLiteConnectionString;
14
15
public SqlLiteDatabase( String sqlLiteConnectionString)
16
DirectSQL/SqlServer/SqlServerDatabase.cs
@@ -10,7 +10,7 @@ namespace DirectSQL.SqlServer
public class SqlServerDatabase : Database
- private String _sqlServerConnectionString;
+ readonly private String _sqlServerConnectionString;
public SqlServerDatabase( String sqlServerConnectionString)
0 commit comments