Skip to content

8.101.1.3

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 20 Dec 01:50
· 29 commits to master since this release
9c4c9c1

Download the library here

  • ADDED: A prototype option named PrototypeOnReaderMoveToCurrentPosition to use to create an Action<IEntityType, int> . The action is raised every time our reader moves to the next position (to read and take values from the next entities in the list). The second parameter, int returns the current reader position. Example of use: https://dotnetfiddle.net/wKhSZO
    • NOTE: Be careful; this option prefixed with prototype means that the development for this option is still in progress and might be modified in the near future.

Trial unlocked until the end of January

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions