We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bf56f commit 8135733Copy full SHA for 8135733
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/SqlTableCreator.cs
@@ -9,14 +9,14 @@ internal class SqlTableCreator
9
{
10
private readonly string _connectionString;
11
private string _tableName;
12
- private string _schemaName;
+ private string _schemaName;
13
14
#region Constructor
15
16
public SqlTableCreator(string connectionString, string schemaName)
17
18
_schemaName = schemaName;
19
- _connectionString = connectionString;
+ _connectionString = connectionString;
20
}
21
22
#endregion
0 commit comments