Microsoft.EntityFrameworkCore Extension Methods
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Example:...
More information
Fornece suporte a transações e os principais métodos para seus repositorios que utilizam Entity Framework Core.
Métodos disponíveis para seu repositório
- GetAll
- GetAllBy
- GetBy
- GetByAsync
- Exists
- ExistsAsync
- Add
- AddAsync
- AddCollection
- AddCollectionAsync
-...
More information
Microsoft.EntityFrameworkCore Extension Methods
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
**IMPORTANT**
- For...
More information