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