JsonCastValueReaderWriter<TConverted>(JsonValueReaderWriter) 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 instance of this reader/writer wrapping the given reader/writer.
public JsonCastValueReaderWriter(Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter providerReaderWriter);
new Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter<'Converted> : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter -> Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter<'Converted>
Public Sub New (providerReaderWriter As JsonValueReaderWriter)
Parameters
- providerReaderWriter
- JsonValueReaderWriter
The underlying provider type reader/writer.