JsonReaderData.CaptureState(Utf8JsonReaderManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to capture the state of the given Utf8JsonReaderManager so that a new Utf8JsonReaderManager can later be created to pick up at the same position in the JSON document.
public virtual void CaptureState (ref Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager manager);
abstract member CaptureState : Utf8JsonReaderManager -> unit
override this.CaptureState : Utf8JsonReaderManager -> unit
Public Overridable Sub CaptureState (ByRef manager As Utf8JsonReaderManager)
Parameters
- manager
- Utf8JsonReaderManager
The manager.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework