2 writes to _schemaName
dotnet-sql-cache (2)
Program.cs (2)
82
_schemaName
= schemaNameArg.Value;
122
_schemaName
= schemaNameArg.Value;
2 references to _schemaName
dotnet-sql-cache (2)
Program.cs (2)
154
=> new SqlQueries(
_schemaName
, _tableName);
219
$"Table with schema '{
_schemaName
}' and name '{_tableName}' already exists. " +