The method generates a SELECT query using the provided query generation manager and executes it using a DatabaseManager.
The resulting data is converted to a HashSet using the specified property equality comparer for data comparison.
The retrieved data can be optionally filtered using the provided filter callback function.
Type Parameters
Name
Description
T
The type of data entities to retrieve.
Parameters
Name
Type
Description
tableName
string
The name of the table from which to retrieve data.