Megosztás a következőn keresztül:


JsonCastValueReaderWriter<TConverted>(JsonValueReaderWriter) Constructor

Definition

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.

Applies to