Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Query.cs for readability and resource management
Refactored the Query class and methods for improved readability and maintainability. Added `using` statements for proper disposal of `IDbCommand` and `IDataReader` resources. Introduced a helper method `CreateDataReader` to streamline data reader creation. Modified `GetData` to apply filter logic within the loop. Reformatted various methods and properties for consistent formatting.
- Loading branch information