mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-25 20:09:00 +00:00
Update README.md
This commit is contained in:
@@ -13,7 +13,7 @@ Flexible projection magic for EFCore
|
|||||||
## Getting started
|
## Getting started
|
||||||
1. Install the package from [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.Projectables/)
|
1. Install the package from [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.Projectables/)
|
||||||
2. Enable Projectables in your DbContext by calling: `dbContextOptions.UseProjectables()`
|
2. Enable Projectables in your DbContext by calling: `dbContextOptions.UseProjectables()`
|
||||||
3. Implement projectable properties and methods and mark them with the [Projectable] attribute.
|
3. Implement projectable properties and methods and mark them with the `[Projectable]` attribute.
|
||||||
4. View our [samples](https://github.com/koenbeuk/EntityFrameworkCore.Projectables/tree/master/samples) and checkout our [Blog Post](https://onthedrift.com/posts/efcore-projectables/)
|
4. View our [samples](https://github.com/koenbeuk/EntityFrameworkCore.Projectables/tree/master/samples) and checkout our [Blog Post](https://onthedrift.com/posts/efcore-projectables/)
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|||||||
Reference in New Issue
Block a user