simple-access-orm
simple-access-orm copied to clipboard
Simple Access ORM provides database access in Ado.net methods naming pattern
Bumps Oracle.ManagedDataAccess from 19.3.1 to 19.18.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps Oracle.ManagedDataAccess.Core from 2.19.31 to 2.19.80. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Exception :"The type 'Nullable`1' of property 'IsHigherAuthority' is not supported" `public bool? IsHigherAuthority { get; set; }` ` _repo.Find(w => w.DepartmentId == departmentId && w.IsHigherAuthority==true);`
TypeLoadException: GenericArguments[5], 'SimpleAccess.SqlServer.SqlTransactionAsyncContext', on 'SimpleAccess.Core.ISimpleAccessAsync`6[TDbConnection,TDbTransaction,TDbCommand,TDataParameter,TDbDataReader,TDbTransactionAsyncContext]' violates the constraint of type parameter 'TDbTransactionAsyncContext'.
Hi Mr SheryEver, This is the best ORM, I've ever seen, however, I need to know, if there's any comparison study you have done with Dapper or EF. I would...
If compare with BLToolkit you could highlight the differences or advantages with respect to your library. Thanks for your comments.
Hi, I need have my POCO model in two tiers: - desktop application (winform) - bussines component (application server) If I generate the poco model component, the dependency on simple-access-orm...