Utf8JsonReaderManager Constructor
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.
Creates a new Utf8JsonReaderManager instance that will start reading at the position in the JSON document captured in the given JsonReaderData
public Utf8JsonReaderManager (Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData data, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>? queryLogger);
new Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager : Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> -> Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager
Public Sub New (data As JsonReaderData, queryLogger As IDiagnosticsLogger(Of DbLoggerCategory.Query))
Parameters
- data
- JsonReaderData
The data.
- queryLogger
- IDiagnosticsLogger<DbLoggerCategory.Query>
Logger for logging events that happen when reading/writing JSON values, or null
if logging is
not available.
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