Simple Access ORM Version 2
_Note: It is recommended to upgrade your SimpleAccess v1 to SimpleAccess v2. SimpleAccess 2, also support version 1 Repository as a separate component_
Redesign and developed from the scratch to support all RDBMS, improve performance and code readability.
Version 2 only support SQL Server till date.
FindSingle
and FindAll
functions with lambda expression added in SqlRepository
Nuget package
PM > Install-Package SimpleAccess.SqlServer
New features:
- Separated
SimpleAccess
andSqlRepositoy
(OldRepository
is also supported with bug fixes) - vitual properties must behave like NotASpParameter marked perperty in Entities drived from StoredProcedureParameters
- Remove StoredProcedureParameters inheritance from Enity Class to make entity more lighter
- Add InsertAll, UpdateAll, DeleteAll with support of internal trasaction in Repository
- Add Find and FindAll in Repository
- Proper documentation