You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/pages/getting-started/overview.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,27 @@
22
22
- Audit
23
23
-[Audit](/audit)
24
24
25
+
## Installing & Upgrading
26
+
Download the <ahref="/download">NuGet Package</a>
27
+
28
+
## Requirements
29
+
30
+
### Entity Framework Version
31
+
- Entity Framework Core 2.x
32
+
- Entity Framework 6.x
33
+
- Entity Framework 5
34
+
35
+
### Database Provider
36
+
37
+
- SQL Server 2008+
38
+
- SQL Azure
39
+
- SQL Compact
40
+
- Oracle
41
+
- MySQL
42
+
- PostgreSQL
43
+
- SQLite
44
+
45
+
25
46
## Batch Operations
26
47
27
48
Batch Operations method allow to perform **UPDATE** or **DELETE** operation directly in the database using a LINQ Query without loading entities in the context.
@@ -84,4 +105,4 @@ The best way to contribute is by spreading the word about the library:
0 commit comments