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. " +