Is there a way to search a database so that if a user puts in an input such as a Username, then it would go through the database and look for the same exact name of a table, in C#?
Example: if A input was Test, then it would search the database for a table that has the name Test.