Releases: CSharpBender/NHUnit
Releases · CSharpBender/NHUnit
V1.2.0
Enhancements:
- Load multiple objects by Id:
IRepository.GetMany(ids)
- Return the number of affected rows for
DeleteWhere
andUpdateWhere
- Use existing row values in
IRepository.UpdateWhereAsync
V1.1.1
Add support to execute stored procedure with multiple result sets: ExecuteMultipleQueriesAsync
V1.1.0
Enhancements and bug fixing
- populate unproxied objects with FK object Id
- Count() functionality without loading the data
- Unproxy() bug fix