Skip to content

Commit

Permalink
Refactor Query.cs for readability and resource management
Browse files Browse the repository at this point in the history
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
majorsilence committed Jan 12, 2025
1 parent f6353ca commit a8adf69
Showing 1 changed file with 556 additions and 553 deletions.
Loading

0 comments on commit a8adf69

Please sign in to comment.